COnfiguration and systray
This commit is contained in:
22
Gui/MiscConf.qml
Executable file
22
Gui/MiscConf.qml
Executable file
@@ -0,0 +1,22 @@
|
||||
import QtQuick
|
||||
import QtQuick.Controls
|
||||
import QtQuick.Layouts
|
||||
|
||||
ColumnLayout
|
||||
{
|
||||
property alias sysTray: sysTray
|
||||
anchors.fill: parent
|
||||
anchors.topMargin: 35
|
||||
|
||||
Switch
|
||||
{
|
||||
id: sysTray
|
||||
text: qsTr("Beim minimieren, in der Taskleiste anzeigen")
|
||||
checked: config.systray()
|
||||
}
|
||||
|
||||
Item
|
||||
{
|
||||
Layout.fillHeight: true
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user