SecBSD's official ports repository
This commit is contained in:
commit
2c0afcbbf3
64331 changed files with 5339189 additions and 0 deletions
12
net/nheko/patches/patch-src_main_cpp
Normal file
12
net/nheko/patches/patch-src_main_cpp
Normal file
|
@ -0,0 +1,12 @@
|
|||
Index: src/main.cpp
|
||||
--- src/main.cpp.orig
|
||||
+++ src/main.cpp
|
||||
@@ -162,7 +162,7 @@ main(int argc, char *argv[])
|
||||
|
||||
// this needs to be after setting the application name. Or how would we find our settings
|
||||
// file then?
|
||||
-#if defined(Q_OS_LINUX) || defined(Q_OS_WIN) || defined(Q_OS_FREEBSD)
|
||||
+#if !defined(Q_OS_MACOS)
|
||||
if (qgetenv("QT_SCALE_FACTOR").size() == 0) {
|
||||
float factor = utils::scaleFactor();
|
||||
|
Loading…
Add table
Add a link
Reference in a new issue