Skip to content

Commit

Permalink
cleanup. [skip CI]
Browse files Browse the repository at this point in the history
  • Loading branch information
pigpigyyy committed May 27, 2024
1 parent d546f93 commit e00cb57
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Source/Basic/Application.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -122,7 +122,7 @@ float Application::getDevicePixelRatio() const {

void Application::setThemeColor(Color var) {
_themeColor = var;
Event::send("AppTheme", _themeColor.toARGB());
Event::send("AppTheme"_slice, _themeColor.toARGB());
}

Color Application::getThemeColor() const {
Expand Down

0 comments on commit e00cb57

Please sign in to comment.