huh
All checks were successful
pyrite-dev/milsko/pipeline/head This commit looks good

This commit is contained in:
Nishi 2026-03-28 02:39:30 +09:00
commit dac94c78e1
Signed by: nishi
GPG key ID: 27EF69B208EB9343
2 changed files with 1 additions and 2 deletions

View file

@ -156,7 +156,6 @@ int main() {
window = MwVaCreateWidget(MwWindowClass, "window", NULL, MwDEFAULT, MwDEFAULT, 800, 800,
MwNtitle, "Milsko Periodic Table",
MwNmodernLook, 0,
NULL);
menu = MwCreateWidget(MwMenuClass, "menu", window, 0, 0, 0, 0);