mirror of
https://gitlab.linphone.org/BC/public/linphone-desktop.git
synced 2026-05-06 20:23:08 +00:00
fix(src/main): disable AA_EnableHighDpiScaling attribute
This commit is contained in:
parent
a0431801b5
commit
91190e7e05
1 changed files with 7 additions and 1 deletions
|
|
@ -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!
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue