Ignore:
Timestamp:
Apr 25, 2014, 11:05:54 PM (11 years ago)
Author:
s10k
Message:

Vago 0.9a

File:
1 edited

Legend:

Unmodified
Added
Removed
  • Vago/trunk/Vago/preferences.cpp

    r897 r998  
    1818    ui->cbSeparate->setChecked(this->vagoSettings->value("SeparateInWorkspace").toBool());
    1919    ui->cbVagoExit->setChecked(this->vagoSettings->value("ConfirmExit").toBool());
     20
     21#ifdef Q_OS_WIN
     22    ui->cbClearButtonYes->hide(); // don't display this mac os only option in windows
     23#endif
    2024
    2125}
     
    6165    this->vagoSettings->setValue("SeparateInWorkspace",ui->cbSeparate->isChecked());
    6266    this->vagoSettings->setValue("ConfirmExit",ui->cbVagoExit->isChecked());
     67#ifdef Q_OS_MAC
     68    this->vagoSettings->setValue("UseYesButtonClear",ui->cbClearButtonYes->isChecked());
     69#endif
     70
    6371
    6472    Util::showPopUp("You need to restart the application to all changes take effect.");
Note: See TracChangeset for help on using the changeset viewer.