mirror of
https://github.com/signalapp/Signal-Desktop.git
synced 2025-12-24 20:26:24 +00:00
Fix zoom reset on app init by removing preferred size handler
This commit is contained in:
@@ -220,7 +220,6 @@ const defaultWebPrefs = {
|
||||
getEnvironment() !== Environment.PackagedApp ||
|
||||
!isProduction(app.getVersion()),
|
||||
spellcheck: false,
|
||||
enablePreferredSizeMode: true,
|
||||
};
|
||||
|
||||
const DISABLE_IPV6 = process.argv.some(arg => arg === '--disable-ipv6');
|
||||
|
||||
Reference in New Issue
Block a user