Init SplitView.

Allow resizing panels automatically.
This commit is contained in:
Black Hat
2018-10-22 08:14:45 +08:00
parent 24fdee32a2
commit ffbfa977b5
9 changed files with 606 additions and 80 deletions

View File

@@ -97,13 +97,6 @@ Page {
onCheckedChanged: MSettings.darkTheme = checked
}
Switch {
text: "Mini Room List"
checked: MSettings.miniMode
onCheckedChanged: MSettings.miniMode = checked
}
}
}