Update Themes.xm

This commit is contained in:
arichorn 2023-08-08 18:17:15 -05:00 committed by GitHub
parent 754a5051f3
commit 21ce93212c
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -855,4 +855,7 @@ UIColor* raisedColor = [UIColor blackColor];
if (oldDarkTheme()) {
%init(gOldDarkTheme);
}
if (defaultDarkTheme()) {
%init(gDefaultDarkTheme);
}
}