refactor(filemanager): drop no-op Qt5 high DPI attributes

main
reionwong 3 weeks ago
parent 68c29f2831
commit 6f09c4293d

@ -22,9 +22,6 @@
int main(int argc, char *argv[])
{
QCoreApplication::setAttribute(Qt::AA_UseHighDpiPixmaps, true);
QCoreApplication::setAttribute(Qt::AA_EnableHighDpiScaling, true);
// Same registration the desktop plugin performs, so both hosts of the
// shared QML see exactly the same types.
CutefishFM::registerQmlTypes();

Loading…
Cancel
Save