GH-903 simple theme switching and dark theme
This commit is contained in:
parent
f07496ac6d
commit
872cfe036d
11 changed files with 237 additions and 4 deletions
|
@ -28,6 +28,8 @@ int launchInstance(MultiMC &app, InstancePtr inst)
|
|||
int main_gui(MultiMC &app)
|
||||
{
|
||||
app.setIconTheme(MMC->settings()->get("IconTheme").toString());
|
||||
app.setApplicationTheme(MMC->settings()->get("ApplicationTheme").toString());
|
||||
|
||||
// show main window
|
||||
auto inst = app.instances()->getInstanceById(app.launchId);
|
||||
if(inst)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue