Исправлено создание файла конфигурации
Some checks failed
Gitea Actions Demo / Explore-Gitea-Actions (push) Has been cancelled

This commit is contained in:
2025-10-27 14:13:56 +03:00
parent 430f7d6607
commit 22bdd7b87e
3 changed files with 7 additions and 10 deletions

View File

@@ -37,7 +37,7 @@ menuShow=true
statusBarShow=true
filesPanelShow=true
filesPanelPlace=left
geometry=1024x768
geometry=800x600
guiFont={Droid Sans Mono} 9
guiFontBold={Droid Sans Mono} 9 bold
guiFG=#cccccc
@@ -64,7 +64,7 @@ multilineComments=true
\[UserSession\]
opened=
editedFiles=
recentlFolder=
recentFolder=
"
proc Config::create {dir} {
set cfgFile [open [file join $dir projman.ini] "w+"]