mirror of
https://github.com/qbittorrent/qBittorrent.git
synced 2025-12-17 22:18:05 -06:00
The intended action is set the bit to 1, not flipping it.
This commit is contained in:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user