fixed display of cancel button on install/uninstall pages
This commit is contained in:
parent
db8d966fac
commit
e9468a4c2f
5 changed files with 16 additions and 6 deletions
|
@ -14,8 +14,8 @@ import "../Config"
|
|||
PageType {
|
||||
id: root
|
||||
|
||||
Component.onCompleted: PageController.disableControls(true)
|
||||
Component.onDestruction: PageController.disableControls(false)
|
||||
Component.onCompleted: PageController.disableTabBar(true)
|
||||
Component.onDestruction: PageController.disableTabBar(false)
|
||||
|
||||
SortFilterProxyModel {
|
||||
id: proxyServersModel
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue