diff --git a/QtScrcpy/device/ui/videoform.cpp b/QtScrcpy/device/ui/videoform.cpp
index 76ac4a5..143da70 100644
--- a/QtScrcpy/device/ui/videoform.cpp
+++ b/QtScrcpy/device/ui/videoform.cpp
@@ -172,11 +172,7 @@ void VideoForm::updateShowSize(const QSize &newSize)
}
if (showSize != size()) {
-#ifdef Q_OS_OSX
- setFixedSize(showSize);
-#else
resize(showSize);
-#endif
if (m_skin) {
updateStyleSheet(vertical);
}
diff --git a/QtScrcpy/res/Info_mac.plist b/QtScrcpy/res/Info_mac.plist
index f60e1f0..6a10390 100644
--- a/QtScrcpy/res/Info_mac.plist
+++ b/QtScrcpy/res/Info_mac.plist
@@ -29,7 +29,7 @@
LSMinimumSystemVersion
10.10
NSAppleEventsUsageDescription
- play game need this
+
NSHumanReadableCopyright
Copyright © 2018-2038 rankun. All rights reserved.
NSMainStoryboardFile