parent
d8bded70dc
commit
c2dd791a87
1 changed files with 2 additions and 0 deletions
|
|
@ -51,6 +51,8 @@ QString IconProvider::themeDirPath()
|
|||
themeDir = SailfishApp::pathTo("images/z1.75").toString(QUrl::RemoveScheme);
|
||||
} else if (ratio == 2.0) {
|
||||
themeDir = SailfishApp::pathTo("images/z2.0").toString(QUrl::RemoveScheme);
|
||||
} else {
|
||||
themeDir = SailfishApp::pathTo("images/z1.0").toString(QUrl::RemoveScheme);
|
||||
}
|
||||
|
||||
if (!QDir(themeDir).exists()) {
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue