Skip to content

Commit 625a321

Browse files
authored
Merge branch 'dev' into shell_fix
2 parents 6517117 + 7fb8cc5 commit 625a321

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/default_plugins.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ jobs:
1313
steps:
1414
- uses: actions/checkout@v4
1515
- name: Setup .NET
16-
uses: actions/setup-dotnet@v3
16+
uses: actions/setup-dotnet@v4
1717
with:
1818
dotnet-version: 7.0.x
1919

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)