mirror of
https://github.com/qbittorrent/qBittorrent.git
synced 2025-12-19 06:57:24 -06:00
- Fixes in Slovak translation
This commit is contained in:
@@ -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();
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user