Skip to content

Commit

Permalink
UI: Options: Note about Windows Service option applying
Browse files Browse the repository at this point in the history
  • Loading branch information
tnodir committed May 11, 2024
1 parent 359e049 commit 6231132
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/ui/form/opt/pages/optionspage.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -177,7 +177,8 @@ void OptionsPage::saveService(bool isService)
});
}

fortManager()->processRestartRequired(tr("Windows Service installation changed"));
fortManager()->processRestartRequired(tr("Windows Service installation changed.") + '\n'
+ tr("The change will be applied only on program exit."));
}

void OptionsPage::onRetranslateUi()
Expand Down

0 comments on commit 6231132

Please sign in to comment.