Skip to content

Commit

Permalink
UI wizard: disable the always show switch
Browse files Browse the repository at this point in the history
  • Loading branch information
Skarsnik committed Dec 1, 2022
1 parent 6f93109 commit d0e672f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ui/appui.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -157,7 +157,7 @@ void AppUi::init()
connect(qApp, &QCoreApplication::aboutToQuit, this, [=]() {
sysTray->hide();
});
if (true || !globalSettings->contains("FirstTime"))
if (!globalSettings->contains("FirstTime"))
{
globalSettings->setValue("FirstTime", true);
DeviceSetupWizard wiz;
Expand Down

0 comments on commit d0e672f

Please sign in to comment.