mirror of
https://github.com/UltimMC/Launcher.git
synced 2025-12-14 12:37:23 +00:00
GH-1711 fix inactive element shading in Dark and Bright themes
This commit is contained in:
@@ -1,13 +1,12 @@
|
||||
#pragma once
|
||||
|
||||
#include "ITheme.h"
|
||||
#include "FusionTheme.h"
|
||||
|
||||
class BrightTheme: public ITheme
|
||||
class BrightTheme: public FusionTheme
|
||||
{
|
||||
public:
|
||||
virtual ~BrightTheme() {}
|
||||
|
||||
QString qtTheme() override;
|
||||
QString id() override;
|
||||
QString name() override;
|
||||
QString appStyleSheet() override;
|
||||
|
||||
Reference in New Issue
Block a user