mirror of
https://github.com/qbittorrent/qBittorrent
synced 2025-07-13 16:53:08 -07:00
The intended action is set the bit to 1, not flipping it.
This commit is contained in:
parent
59942531df
commit
c49bb2daad
1 changed files with 1 additions and 1 deletions
|
@ -1600,7 +1600,7 @@ void MainWindow::showConnectionSettings()
|
||||||
|
|
||||||
void MainWindow::minimizeWindow()
|
void MainWindow::minimizeWindow()
|
||||||
{
|
{
|
||||||
setWindowState(windowState() ^ Qt::WindowMinimized);
|
setWindowState(windowState() | Qt::WindowMinimized);
|
||||||
}
|
}
|
||||||
|
|
||||||
void MainWindow::on_actionExecutionLogs_triggered(bool checked)
|
void MainWindow::on_actionExecutionLogs_triggered(bool checked)
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue