Добавлен диалог настроек, и кнопка на панели. Для редактирования файла настроек программы
Some checks failed
Gitea Actions Demo / Explore-Gitea-Actions (push) Has been cancelled

This commit is contained in:
2025-10-29 20:48:52 +03:00
parent 8619e3e1f4
commit 5d70d508cd
8 changed files with 52 additions and 9 deletions

View File

@@ -76,7 +76,8 @@ proc GetEditMenu {m} {
$m add separator
$m add command -label [::msgcat::mc "Insert image"] -accelerator "Ctrl+I"\
-command ImageBase64Encode
$m add separator
$m add command -label [::msgcat::mc "Settings"] -command Settings
}
proc GetViewMenu {m} {