mirror of
https://github.com/Nheko-Reborn/nheko.git
synced 2024-11-25 20:48:52 +03:00
Small UX fixes
This commit is contained in:
parent
53c653a228
commit
1127aa7c91
2 changed files with 5 additions and 3 deletions
|
@ -18,7 +18,9 @@ Item {
|
|||
screenSaverTimer.stop();
|
||||
screenSaver.state = "Invisible";
|
||||
} else {
|
||||
screenSaverTimer.start();
|
||||
if (timelineRoot.visible) {
|
||||
screenSaverTimer.start();
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
|
@ -59,6 +59,8 @@ MainWindow::MainWindow(QWidget *parent)
|
|||
: QMainWindow(parent)
|
||||
, userSettings_{UserSettings::instance()}
|
||||
{
|
||||
instance_ = this;
|
||||
|
||||
setWindowTitle(0);
|
||||
setObjectName("MainWindow");
|
||||
|
||||
|
@ -312,8 +314,6 @@ MainWindow::showChatPage()
|
|||
&Cache::secretChanged,
|
||||
userSettingsPage_,
|
||||
&UserSettingsPage::updateSecretStatus);
|
||||
|
||||
instance_ = this;
|
||||
}
|
||||
|
||||
void
|
||||
|
|
Loading…
Reference in a new issue