Skip to content

Commit 35d006b

Browse files
Add "Sign Out" as an alias for "Log Off"
Closes #2214
1 parent e52db04 commit 35d006b

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)