From e3c8b5ee7351fe062fe6a2b1322656ecde015796 Mon Sep 17 00:00:00 2001 From: Chris Xiong Date: Mon, 19 Sep 2022 02:55:10 -0400 Subject: Add a (very crude) toolbar. --- qdeduper/main.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'qdeduper/main.cpp') diff --git a/qdeduper/main.cpp b/qdeduper/main.cpp index 9b40ea4..0c2a70c 100644 --- a/qdeduper/main.cpp +++ b/qdeduper/main.cpp @@ -12,13 +12,13 @@ #include "mingui.hpp" using std::size_t; -namespace fs = std::filesystem; DeduperMainWindow *w = nullptr; int main(int argc, char **argv) { QApplication a(argc, argv); + a.setAttribute(Qt::ApplicationAttribute::AA_UseHighDpiPixmaps); w = new DeduperMainWindow(); w->show(); -- cgit v1.2.3