fix/dynamic-themes

Signed-off-by: Collecting <collecting@noreply.localhost>
This commit is contained in:
Collecting
2025-11-02 04:35:43 +00:00
parent f8bb1c70b0
commit fbaa366065

View File

@@ -13,6 +13,7 @@
#include "citron/multiplayer/state.h"
#include "citron/multiplayer/chat_room.h"
#include "citron/uisettings.h"
class GMainWindow;
class QSizeGrip;
@@ -31,6 +32,7 @@ public slots:
// These slots are connected to the main window to prevent crashes.
void OnEmulationStarting();
void OnEmulationStopping();
void UpdateTheme();
protected:
void paintEvent(QPaintEvent* event) override;