Skip to content

Commit 7fb8cc5

Browse files
authored
Merge pull request #2456 from Flow-Launcher/VictoriousRaptor-patch-1
Add "Sign Out" as an alias for "Log Off"
2 parents e52db04 + 35d006b commit 7fb8cc5

File tree

1 file changed

+1
-1
lines changed
  • Plugins/Flow.Launcher.Plugin.Sys

1 file changed

+1
-1
lines changed

Plugins/Flow.Launcher.Plugin.Sys/Main.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -148,7 +148,7 @@ private List<Result> Commands()
148148
},
149149
new Result
150150
{
151-
Title = "Log Off",
151+
Title = "Log Off/Sign Out",
152152
SubTitle = context.API.GetTranslation("flowlauncher_plugin_sys_log_off"),
153153
Glyph = new GlyphInfo (FontFamily:"/Resources/#Segoe Fluent Icons", Glyph:"\xe77b"),
154154
IcoPath = "Images\\logoff.png",

0 commit comments

Comments
 (0)