mirror of
https://github.com/kiwix/kiwix-desktop.git
synced 2025-09-24 04:32:15 -04:00
don't set Windows style
This commit is contained in:
parent
e8b2e9f687
commit
11b2351c68
@ -67,7 +67,6 @@ void KiwixApp::init()
|
||||
setApplicationName("Kiwix");
|
||||
setDesktopFileName("kiwix.desktop");
|
||||
|
||||
setStyle(QStyleFactory::create("Windows"));
|
||||
QFile styleFile(":/css/style.css");
|
||||
styleFile.open(QIODevice::ReadOnly);
|
||||
auto byteContent = styleFile.readAll();
|
||||
|
Loading…
x
Reference in New Issue
Block a user