mirror of
https://gitlab.com/OpenMW/openmw.git
synced 2025-03-23 19:20:56 +00:00
Appended resources/ to the stylesheet path
This commit is contained in:
parent
c796c81d00
commit
5ffa3264b2
@ -46,7 +46,7 @@ MainDialog::MainDialog()
|
||||
setMinimumSize(QSize(575, 575));
|
||||
|
||||
// Load the stylesheet
|
||||
QString config = QString::fromStdString((mCfgMgr.getGlobalDataPath() / "launcher.qss").string());
|
||||
QString config = QString::fromStdString((mCfgMgr.getGlobalDataPath() / "resources/launcher.qss").string());
|
||||
QFile file(config);
|
||||
|
||||
if (!file.exists()) {
|
||||
|
Loading…
x
Reference in New Issue
Block a user