parent
39a5a67937
commit
f6223a1559
|
@ -16,7 +16,8 @@ SettingsContentBase {
|
|||
|
||||
property var store
|
||||
|
||||
titleRowComponentLoader.active: root.store.isProduction
|
||||
// TODO when we re-implement check for updates, put isProduction back
|
||||
titleRowComponentLoader.active: false //root.store.isProduction
|
||||
titleRowComponentLoader.sourceComponent: StatusButton {
|
||||
size: StatusBaseButton.Size.Small
|
||||
text: qsTr("Check for updates")
|
||||
|
|
|
@ -505,7 +505,8 @@ Item {
|
|||
target: rootStore.aboutModuleInst
|
||||
function onAppVersionFetched(available: bool, version: string, url: string) {
|
||||
rootStore.setLatestVersionInfo(available, version, url);
|
||||
bannersLayout.processUpdateAvailable()
|
||||
// TODO when we re-implement check for updates, uncomment this
|
||||
// bannersLayout.processUpdateAvailable()
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue