title 配置项

This commit is contained in:
Cheney 2024-10-17 15:44:35 +08:00
parent b3ece1ad61
commit 51c5308be2

View File

@ -23,6 +23,7 @@ gLog.print("height=" , gConfig.window.height)
// 主窗口
mainForm.resize(gConfig.window.width, gConfig.window.height);
mainForm.text = gConfig.title
// 托盘
import win.util.tray;