Skip to content

Commit

Permalink
Merge pull request #2456 from Flow-Launcher/VictoriousRaptor-patch-1
Browse files Browse the repository at this point in the history
Add "Sign Out" as an alias for "Log Off"
  • Loading branch information
jjw24 authored Dec 18, 2023
2 parents e52db04 + 35d006b commit 7fb8cc5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Plugins/Flow.Launcher.Plugin.Sys/Main.cs
Original file line number Diff line number Diff line change
Expand Up @@ -148,7 +148,7 @@ private List<Result> Commands()
},
new Result
{
Title = "Log Off",
Title = "Log Off/Sign Out",
SubTitle = context.API.GetTranslation("flowlauncher_plugin_sys_log_off"),
Glyph = new GlyphInfo (FontFamily:"/Resources/#Segoe Fluent Icons", Glyph:"\xe77b"),
IcoPath = "Images\\logoff.png",
Expand Down

0 comments on commit 7fb8cc5

Please sign in to comment.