mirror of
https://github.com/Azgaar/Fantasy-Map-Generator.git
synced 2025-12-18 10:01:23 +01:00
Merge pull request #17 from n8k99/claude/fix-nested-folder-display-015Ytt8mSX9sfytMQC85P4gA
fix(obsidian): remove emojis from button labels
This commit is contained in:
commit
f164c11e2b
1 changed files with 2 additions and 2 deletions
|
|
@ -34,7 +34,7 @@ function showSearchMethodDialog(elementId, elementType, coordinates) {
|
||||||
title: "Select Note",
|
title: "Select Note",
|
||||||
width: "450px",
|
width: "450px",
|
||||||
buttons: {
|
buttons: {
|
||||||
"🔍 Search": function () {
|
"Search": function () {
|
||||||
$(this).dialog("close");
|
$(this).dialog("close");
|
||||||
// Show loading and do automatic search
|
// Show loading and do automatic search
|
||||||
showLoadingDialog();
|
showLoadingDialog();
|
||||||
|
|
@ -48,7 +48,7 @@ function showSearchMethodDialog(elementId, elementType, coordinates) {
|
||||||
closeDialogs("#obsidianNoteLoading");
|
closeDialogs("#obsidianNoteLoading");
|
||||||
});
|
});
|
||||||
},
|
},
|
||||||
"📁 Browse": async function () {
|
"Browse": async function () {
|
||||||
$(this).dialog("close");
|
$(this).dialog("close");
|
||||||
try {
|
try {
|
||||||
const noteData = await promptCreateNewNote(elementId, elementType, coordinates);
|
const noteData = await promptCreateNewNote(elementId, elementType, coordinates);
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue