File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -111,7 +111,7 @@ public enum HotkeyType
111
111
SelectNextItemHotkey2
112
112
}
113
113
114
- // We can initialize settings in static field because it has been construct in App constuctor
114
+ // We can initialize settings in static field because it has been constructed in App constuctor
115
115
// and it will not construct settings instances twice
116
116
private static readonly Settings _settings = Ioc . Default . GetRequiredService < Settings > ( ) ;
117
117
@@ -202,7 +202,7 @@ public HotkeyControl()
202
202
RefreshHotkeyInterface ( Hotkey ) ;
203
203
}
204
204
205
- public void RefreshHotkeyInterface ( string hotkey )
205
+ private void RefreshHotkeyInterface ( string hotkey )
206
206
{
207
207
SetKeysToDisplay ( new HotkeyModel ( Hotkey ) ) ;
208
208
CurrentHotkey = new HotkeyModel ( Hotkey ) ;
You can’t perform that action at this time.
0 commit comments