1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-07-27 07:27:45 +00:00

KeyboardMapper: Display dirty close icon when the file is changed

This commit is contained in:
Karol Kosek 2021-11-07 10:54:53 +01:00 committed by Linus Groh
parent 8ebc749191
commit 2fd7506212
2 changed files with 3 additions and 7 deletions

View file

@ -44,6 +44,5 @@ private:
String m_filename;
Keyboard::CharacterMapData m_character_map;
String m_current_map_name;
bool m_modified { false };
bool m_automatic_modifier { false };
};