mirror of
https://github.com/tnodir/fort
synced 2024-11-15 08:56:22 +00:00
UI: Options: Show "For all users" startup modes.
This commit is contained in:
parent
9433005fdc
commit
937d2524fb
@ -95,11 +95,8 @@ void OptionsPage::onRetranslateUi()
|
||||
|
||||
void OptionsPage::retranslateComboStartMode()
|
||||
{
|
||||
const QStringList list = {
|
||||
tr("Disabled"), tr("For current user")
|
||||
// TODO: Implement service RPC
|
||||
//, tr("For all users"), tr("For all users in background")
|
||||
};
|
||||
const QStringList list = { tr("Disabled"), tr("For current user"), tr("For all users"),
|
||||
tr("For all users in background") };
|
||||
|
||||
int currentIndex = m_comboStartMode->currentIndex();
|
||||
if (m_comboStartMode->currentIndex() < 0) {
|
||||
|
Loading…
Reference in New Issue
Block a user