mirror of
https://github.com/Quill-OS/quill.git
synced 2024-12-26 23:57:22 -08:00
MainWindow: Set correct value for resetFullWindowException for homeBtn
See commit https://github.com/Kobo-InkBox/inkbox/commit/
6155e9344e
for details.
This commit is contained in:
parent
6155e9344e
commit
a8a418b5a7
1 changed files with 1 additions and 1 deletions
|
@ -723,7 +723,7 @@ void MainWindow::on_brightnessBtn_clicked()
|
|||
void MainWindow::on_homeBtn_clicked()
|
||||
{
|
||||
global::mainwindow::tabSwitcher::repaint = true;
|
||||
resetFullWindowException = false;
|
||||
resetFullWindowException = true;
|
||||
resetWindow(true);
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue