Skip to content

Commit

Permalink
Merge commit '6565c6acedb4b3f066d11a9829aaf6566c582a1e' 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 + 6565c6a commit 443b79e
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/gui/mainsettingsdialog.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -555,8 +555,6 @@ void MainSettingsDialog::saveNewSettings()

#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 443b79e

Please sign in to comment.