somewhat functional
Some checks failed
pyrite-dev/milsko/pipeline/head There was a failure building this commit

This commit is contained in:
Nishi 2026-09-15 11:58:16 +09:00
commit 097e11244c
6 changed files with 490 additions and 17 deletions

View file

@ -58,7 +58,6 @@
#define MwNminute "Iminute"
#define MwNsecond "Isecond"
#define MwNtype "Itype"
#define MwNautoResize "IautoResize"
#define MwNtitle "Stitle"
#define MwNtext "Stext"
@ -105,5 +104,6 @@
#define MwNclipboardHandler "Cclipboard"
#define MwNdarkThemeHandler "CdarkTheme"
#define MwNdragAndDropHandler "CdragAndDrop"
#define MwNlayoutHandler "Clayout"
#endif