Skip to content

Commit

Permalink
hotfix: unbreak showing encryption splash screen
Browse files Browse the repository at this point in the history
those evil typos :)

Fixes #10039
  • Loading branch information
caybro committed Apr 3, 2023
1 parent fc6a66a commit 99423be
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ui/main.qml
Original file line number Diff line number Diff line change
Expand Up @@ -187,7 +187,7 @@ StatusWindow {
Style.changeTheme(localAppSettings.theme, systemPalette.isCurrentSystemThemeDark())
Style.changeFontSize(localAccountSensitiveSettings.fontSize)
Theme.updateFontSize(localAccountSensitiveSettings.fontSize)
} else if(state === Constansts.appState.appEncryptionProcess) {
} else if(state === Constants.appState.appEncryptionProcess) {
loader.sourceComponent = undefined
appLoadingAnimation.active = true
appLoadingAnimation.item.splashScreenText = qsTr("Database re-encryption in progress. Please do NOT close the app.\nThis may take up to 30 minutes. Sorry for the inconvenience.\n\n This process is a one time thing and is necessary for the proper functioning of the application.")
Expand Down

0 comments on commit 99423be

Please # to comment.