mirror of
https://github.com/qbittorrent/qBittorrent
synced 2025-07-13 16:53:08 -07:00
- Fixes in Slovak translation
This commit is contained in:
parent
ff70dc7c83
commit
9808e5a37a
50 changed files with 1750 additions and 1159 deletions
|
@ -774,7 +774,7 @@ void GUI::on_actionCreate_torrent_triggered(){
|
|||
// Called when we minimize the program
|
||||
void GUI::hideEvent(QHideEvent *e){
|
||||
QSettings settings("qBittorrent", "qBittorrent");
|
||||
if(systrayIntegration && settings.value("Options/Misc/Behaviour/GoToSystray", true).toBool()){
|
||||
if(systrayIntegration && settings.value("Options/Misc/Behaviour/GoToSystray", true).toBool() && !e->spontaneous()){
|
||||
// Hide window
|
||||
hide();
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue