Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
src/gui/mainwindow.cpp: init pal variable with the standard palette
Fixes a bug where just clicking "Apply" in the Interface settings alternates the UI theme between System and the selected theme on some platforms because the QPalette variable `pal` does not get properly populated. Closes #244
- Loading branch information