mirror of
https://github.com/Azgaar/Fantasy-Map-Generator.git
synced 2025-12-16 17:31:24 +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",
|
||||
width: "450px",
|
||||
buttons: {
|
||||
"🔍 Search": function () {
|
||||
"Search": function () {
|
||||
$(this).dialog("close");
|
||||
// Show loading and do automatic search
|
||||
showLoadingDialog();
|
||||
|
|
@ -48,7 +48,7 @@ function showSearchMethodDialog(elementId, elementType, coordinates) {
|
|||
closeDialogs("#obsidianNoteLoading");
|
||||
});
|
||||
},
|
||||
"📁 Browse": async function () {
|
||||
"Browse": async function () {
|
||||
$(this).dialog("close");
|
||||
try {
|
||||
const noteData = await promptCreateNewNote(elementId, elementType, coordinates);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue