Skip to content

Commit

Permalink
Merge commit 'da496f8b9e246728585513b672a50815d83d5282' into fix_conv…
Browse files Browse the repository at this point in the history
…ertions
  • Loading branch information
pktiuk committed May 31, 2024
2 parents 293ad87 + da496f8 commit bfc5b88
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions src/gui/mainsettingsdialog.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -554,9 +554,6 @@ void MainSettingsDialog::saveNewSettings()
settings->getLock()->lock();

#ifdef Q_OS_WIN

// https: // doc.qt.io/qt-5/qsysinfo-obsolete.html Check
// Handle Windows Vista and later
QFile tempFile(RUNATSTARTUPLOCATION);

if (ui->launchAtWinStartupCheckBox->isChecked() && !tempFile.exists())
Expand Down

0 comments on commit bfc5b88

Please sign in to comment.