Skip to content

Commit 39fa79b

Browse files
committed
Prepare to deprecation
1 parent 43beef4 commit 39fa79b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Flow.Launcher/Helper/HotKeyMapper.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -171,7 +171,7 @@ internal static void OnToggleHotkey(object sender, HotkeyEventArgs args)
171171
}
172172

173173
// TODO: Deprecated
174-
internal static void OnToggleHotkeyWithChefKeys()
174+
private static void OnToggleHotkeyWithChefKeys()
175175
{
176176
if (!_mainViewModel.ShouldIgnoreHotkeys())
177177
_mainViewModel.ToggleFlowLauncher();

0 commit comments

Comments
 (0)