- Fixes in Slovak translation

This commit is contained in:
Christophe Dumez 2007-05-07 20:10:23 +00:00
parent ff70dc7c83
commit 9808e5a37a
50 changed files with 1750 additions and 1159 deletions

View file

@ -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();
}