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
111111 SelectNextItemHotkey2
112112 }
113113
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
115115 // and it will not construct settings instances twice
116116 private static readonly Settings _settings = Ioc . Default . GetRequiredService < Settings > ( ) ;
117117
@@ -202,7 +202,7 @@ public HotkeyControl()
202202 RefreshHotkeyInterface ( Hotkey ) ;
203203 }
204204
205- public void RefreshHotkeyInterface ( string hotkey )
205+ private void RefreshHotkeyInterface ( string hotkey )
206206 {
207207 SetKeysToDisplay ( new HotkeyModel ( Hotkey ) ) ;
208208 CurrentHotkey = new HotkeyModel ( Hotkey ) ;
You can’t perform that action at this time.
0 commit comments