mirror of
https://github.com/status-im/status-desktop.git
synced 2025-02-21 02:58:55 +00:00
fix: enable HDPI
This commit is contained in:
parent
55fbd4b0fe
commit
c3a5fdabc7
@ -20,6 +20,8 @@ proc mainProc() =
|
|||||||
let status = statuslib.newStatusInstance()
|
let status = statuslib.newStatusInstance()
|
||||||
status.initNode()
|
status.initNode()
|
||||||
|
|
||||||
|
enableHDPI()
|
||||||
|
|
||||||
let app = newQApplication()
|
let app = newQApplication()
|
||||||
let engine = newQQmlApplicationEngine()
|
let engine = newQQmlApplicationEngine()
|
||||||
let signalController = signals.newController(app)
|
let signalController = signals.newController(app)
|
||||||
|
2
vendor/DOtherSide
vendored
2
vendor/DOtherSide
vendored
@ -1 +1 @@
|
|||||||
Subproject commit 407787b72bb0e861c98a26a7e7dc768911830f30
|
Subproject commit fbbb628e55c65ab3b52faa5ae40e22ae35f8dd8c
|
2
vendor/nimqml
vendored
2
vendor/nimqml
vendored
@ -1 +1 @@
|
|||||||
Subproject commit 49d1a72ef749d734f5c454d17529da23a0374177
|
Subproject commit 17398572de5b49d72aad51b39594a1e0ee6bddb6
|
Loading…
x
Reference in New Issue
Block a user