mirror of
https://github.com/qbittorrent/qBittorrent.git
synced 2025-01-06 15:04:34 +08: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…
Reference in New Issue
Block a user