mirror of
https://github.com/zulip/zulip-desktop.git
synced 2025-11-02 04:53:17 +00:00
increased min. height of window
This commit is contained in:
@@ -56,7 +56,7 @@ function createMainWindow() {
|
||||
height: conf.get('height') || 600,
|
||||
icon: iconPath(),
|
||||
minWidth: 600,
|
||||
minHeight: 400,
|
||||
minHeight: 500,
|
||||
webPreferences: {
|
||||
plugins: true,
|
||||
allowDisplayingInsecureContent: true,
|
||||
|
||||
Reference in New Issue
Block a user