Add option to disallow SD card writes

This commit is contained in:
Techjar
2020-05-23 03:13:26 -04:00
parent 393ce529af
commit 52e0294166
7 changed files with 23 additions and 7 deletions

View File

@ -44,6 +44,7 @@ private:
QCheckBox* m_screensaver_checkbox;
QCheckBox* m_pal60_mode_checkbox;
QCheckBox* m_sd_card_checkbox;
QCheckBox* m_allow_sd_writes_checkbox;
QCheckBox* m_connect_keyboard_checkbox;
QComboBox* m_system_language_choice;
QLabel* m_system_language_choice_label;