summaryrefslogtreecommitdiffstats
path: root/qtpass.plist
diff options
context:
space:
mode:
authorAnne Jan Brouwer <brouwer@annejan.com>2020-05-30 02:23:09 +0200
committerAnne Jan Brouwer <brouwer@annejan.com>2020-05-30 02:23:09 +0200
commited15f31e5887495f5092458c945d212ff05a7290 (patch)
tree92b2c6bc54fd10cd667e2b89b5d75523efe004a2 /qtpass.plist
parent2412ec533faf0dc1f4c762bdd4ed812afd0a48eb (diff)
Fixed depracation warnings in Qt 5.15
Diffstat (limited to 'qtpass.plist')
-rw-r--r--qtpass.plist4
1 files changed, 4 insertions, 0 deletions
diff --git a/qtpass.plist b/qtpass.plist
index ec616e04..2fbafa75 100644
--- a/qtpass.plist
+++ b/qtpass.plist
@@ -25,5 +25,9 @@
This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version.</string>
<key>NSPrincipalClass</key>
<string>NSApplication</string>
+ <key>NSPrincipalClass</key>
+ <string>NSApplication</string>
+ <key>NSHighResolutionCapable</key>
+ <string>True</string>
</dict>
</plist>