mirror of
https://github.com/Foundry376/Mailspring.git
synced 2025-02-22 15:15:12 +08:00
add frame and remove toolbar from calendar preview (#1545)
This commit is contained in:
parent
63db2fbf15
commit
506124cf28
1 changed files with 2 additions and 2 deletions
|
@ -267,8 +267,8 @@ export default class WindowManager {
|
|||
title: localized('Calendar Preview'),
|
||||
width: 900,
|
||||
height: 600,
|
||||
frame: false,
|
||||
toolbar: true,
|
||||
frame: true,
|
||||
toolbar: false,
|
||||
hidden: false,
|
||||
};
|
||||
|
||||
|
|
Loading…
Reference in a new issue