Add purification and don't-remind actions to the device error dialog

This commit is contained in:
SoftFever
2026-07-16 15:15:40 +08:00
parent c7581e590c
commit e8f8a4bb7d
4 changed files with 70 additions and 0 deletions

View File

@@ -48,6 +48,8 @@ public:
CANCEL = 37,
REMOVE_CLOSE_BTN = 39, // special case, do not show close button
PROCEED = 41,
DISABLE_PURIFICATION = 54,
DONT_REMIND_NEXT_TIME = 57,
ERROR_BUTTON_COUNT,