Commit 91190e7e authored by Ronan Abhamon's avatar Ronan Abhamon

fix(src/main): disable `AA_EnableHighDpiScaling` attribute

parent a0431801
......@@ -35,7 +35,13 @@ int main (int argc, char *argv[]) {
fmt.setVersion(2, 0);
QSurfaceFormat::setDefaultFormat(fmt);
QGuiApplication::setAttribute(Qt::AA_EnableHighDpiScaling);
/*
* TODO: Uncomment me in the future!
* Disabled for a moment.
* `QXcbConnection: XCB error` errors on Cinnamon.
* QGuiApplication::setAttribute(Qt::AA_EnableHighDpiScaling);
*/
App::init(argc, argv);
// Run!
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment