mirror of
https://github.com/microsoft/PowerToys.git
synced 2024-11-24 04:12:32 +08:00
Getting it sync'ed with settings but this needs to be localized / pulled from a common spot w/ settings (#14537)
Co-authored-by: Clint Rutkas <crutkas@microsoft.com>
This commit is contained in:
parent
dfb5736ac0
commit
0aaf00dc5e
@ -177,7 +177,7 @@ namespace Awake.Core
|
||||
// No keep-awake menu item.
|
||||
CheckButtonToolStripMenuItem? passiveMenuItem = new CheckButtonToolStripMenuItem
|
||||
{
|
||||
Text = "Off (Passive)",
|
||||
Text = "Off (Keep using the selected power plan)",
|
||||
};
|
||||
|
||||
passiveMenuItem.Checked = mode == AwakeMode.PASSIVE;
|
||||
|
Loading…
Reference in New Issue
Block a user