[idd] helper: prevent saving when no mode is selected

This commit is contained in:
Quantum
2025-10-04 04:12:19 -04:00
committed by Geoffrey McRae
parent 7d33b93a50
commit 113199b6dd
3 changed files with 13 additions and 7 deletions

View File

@@ -10,7 +10,6 @@ public:
int addItem(const std::wstring &display, LPARAM data);
void delItem(int index);
int getSel();
int getSelData();
int getData(int index);
void setSel(int index);
};