mirror of
https://github.com/UpsilonNumworks/Upsilon.git
synced 2026-01-18 16:27:34 +01:00
[apps/settings] Reload the title bar when changing language
Before, the "Settings" title would not be immediately translated into the new language.
This commit is contained in:
@@ -31,6 +31,10 @@ void AppsWindow::refreshPreferences() {
|
||||
m_titleBarView.refreshPreferences();
|
||||
}
|
||||
|
||||
void AppsWindow::reloadTitleBarView() {
|
||||
m_titleBarView.reload();
|
||||
}
|
||||
|
||||
bool AppsWindow::updateAlphaLock() {
|
||||
return m_titleBarView.setShiftAlphaLockStatus(Ion::Events::shiftAlphaStatus());
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user