feat: 添加系统托盘、静默启动功能

This commit is contained in:
2024-09-17 02:37:45 +08:00
parent 442940cf05
commit 08f0473814
15 changed files with 381 additions and 4 deletions

View File

@ -12,6 +12,7 @@
</padding>
<CheckBox fx:id="autoStartCheckBox" text="%setup.auto-start.label"/>
<CheckBox fx:id="silentStartupCheckBox" text="%setup.silent-startup.label"/>
<CheckBox fx:id="closeToTrayCheckBox" text="%setup.close-to-tray.label"/>
<HBox alignment="CENTER_LEFT" spacing="10">
<Label text="%setup.theme"/>
<ComboBox fx:id="themeComboBox"/>