mirror of
https://github.com/status-im/status-desktop.git
synced 2025-02-01 17:27:53 +00:00
fix(@desktop/chat): use configured font size after restart
This commit is contained in:
parent
73cc621f0c
commit
3ddd470a4a
@ -17,6 +17,8 @@ import shared.popups 1.0
|
||||
import mainui 1.0
|
||||
import AppLayouts.Onboarding 1.0
|
||||
|
||||
import StatusQ.Core.Theme 0.1
|
||||
|
||||
StatusWindow {
|
||||
property bool appIsReady: false
|
||||
|
||||
@ -174,6 +176,8 @@ StatusWindow {
|
||||
startupOnboarding.visible = false
|
||||
|
||||
Style.changeTheme(localAppSettings.theme, systemPalette.isCurrentSystemThemeDark())
|
||||
Style.changeFontSize(localAccountSensitiveSettings.fontSize)
|
||||
Theme.updateFontSize(localAccountSensitiveSettings.fontSize)
|
||||
}
|
||||
}
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user