mirror of
https://github.com/d47081/qBittorrent.git
synced 2025-01-27 06:54:20 +00:00
The intended action is set the bit to 1, not flipping it.
This commit is contained in:
parent
59942531df
commit
c49bb2daad
@ -1600,7 +1600,7 @@ void MainWindow::showConnectionSettings()
|
||||
|
||||
void MainWindow::minimizeWindow()
|
||||
{
|
||||
setWindowState(windowState() ^ Qt::WindowMinimized);
|
||||
setWindowState(windowState() | Qt::WindowMinimized);
|
||||
}
|
||||
|
||||
void MainWindow::on_actionExecutionLogs_triggered(bool checked)
|
||||
|
Loading…
x
Reference in New Issue
Block a user