mirror of
https://github.com/RGBCube/serenity
synced 2025-07-27 08:57:47 +00:00
KeyboardSettings: Rename m_current_applied_keymap
Rename it to m_initial_active_keymap to denote that it's the keymap that was active when the application started up.
This commit is contained in:
parent
256744ebdf
commit
a48d7d6adc
2 changed files with 4 additions and 4 deletions
|
@ -30,7 +30,7 @@ private:
|
|||
|
||||
Vector<String> m_initial_keymap_list;
|
||||
|
||||
String m_current_applied_keymap;
|
||||
String m_initial_active_keymap;
|
||||
|
||||
RefPtr<GUI::ListView> m_selected_keymaps_listview;
|
||||
RefPtr<GUI::CheckBox> m_num_lock_checkbox;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue