Add option to download missing stylesheets on startup

This commit is contained in:
GenevensiS
2026-05-18 23:25:22 +02:00
parent 2f77e8c4c1
commit c531b8aa74
54 changed files with 638 additions and 177 deletions
+9 -2
View File
@@ -335,6 +335,13 @@ enum ControlID {
ID_CARD_LINK_RELATION_1,
ID_CARD_LINK_RELATION_2,
ID_CARD_LINK_RELATION_3,
ID_CARD_LINK_RELATION_4,
};
ID_CARD_LINK_RELATION_4,
// Select stylesheet window
ID_DOWNLOAD_STYLESHEET,
};
// ----------------------------------------------------------------------------- : Custom Events
DECLARE_EVENT_TYPE(EVENT_PACKAGE_LIST_CHANGED, <not used>);