Added preference to disable automatic push free

fix #49
This commit is contained in:
Jaime van Kessel 2015-08-20 11:53:30 +02:00
parent 04999a42c8
commit bbf0b92f87
3 changed files with 142 additions and 1 deletions

View file

@ -344,8 +344,15 @@ UM.MainWindow {
id: preferences
Component.onCompleted: {
//; Remove & re-add the general page as we want to use our own instead of uranium standard.
removePage(0);
insertPage(0, qsTr("General") , "" , Qt.resolvedUrl("./GeneralPage.qml"));
//: View preferences page title
insertPage(1, qsTr("View"), "view-preview", Qt.resolvedUrl("./ViewPage.qml"));
//Force refresh
setPage(0)
}
}