chore(ui): tweak style

This commit is contained in:
fallenoak 2025-10-08 21:23:57 -05:00 committed by GitHub
parent dad9ccc033
commit 4a78361f0b
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -20,6 +20,7 @@ int32_t Script_RealmListUpdateRate(lua_State* L) {
int32_t Script_CancelRealmListQuery(lua_State* L) { int32_t Script_CancelRealmListQuery(lua_State* L) {
CGlueMgr::CancelRealmListQuery(); CGlueMgr::CancelRealmListQuery();
return 0; return 0;
} }