File tree 4 files changed +4
-3
lines changed
4 files changed +4
-3
lines changed Original file line number Diff line number Diff line change 104
104
"enable_notification" : " Enable notification" ,
105
105
"enable_notification_detail" : " Notification display message content" ,
106
106
"close_window_to_exit" : " When closing the window, exit directly" ,
107
- "auto_login" : " Auto Login " ,
107
+ "auto_login" : " Remember me " ,
108
108
"exit_switch_user" : " Exit/Switch Account" ,
109
109
"feedback" : " Send feedback to us" ,
110
110
"lang" : " Language (valid after restart)" ,
Original file line number Diff line number Diff line change 104
104
"enable_notification" : " 开启通知" ,
105
105
"enable_notification_detail" : " 通知显示消息内容" ,
106
106
"close_window_to_exit" : " 关闭窗口时,直接退出" ,
107
- "auto_login" : " 自动登录 " ,
107
+ "auto_login" : " 记住登录 " ,
108
108
"exit_switch_user" : " 退出/切换账号" ,
109
109
"feedback" : " 发送反馈给我们" ,
110
110
"lang" : " 语言(重启生效)" ,
Original file line number Diff line number Diff line change 104
104
"enable_notification" : " 開啟通知" ,
105
105
"enable_notification_detail" : " 通知顯示消息內容" ,
106
106
"close_window_to_exit" : " 關閉窗口時,直接退出" ,
107
- "auto_login" : " 自動登錄 " ,
107
+ "auto_login" : " 記住登錄 " ,
108
108
"exit_switch_user" : " 退出/切換賬號" ,
109
109
"feedback" : " 發送反饋給我們" ,
110
110
"lang" : " 語言(重啟生效)" ,
Original file line number Diff line number Diff line change @@ -714,6 +714,7 @@ const createMainWindow = async () => {
714
714
mainWindow . maximizable = false ;
715
715
mainWindow . setMinimumSize ( 400 , 480 ) ;
716
716
mainWindow . setSize ( 400 , 480 ) ;
717
+ mainWindow . center ( ) ;
717
718
} ) ;
718
719
719
720
ipcMain . on ( 'enable-close-window-to-exit' , ( event , enable ) => {
You can’t perform that action at this time.
0 commit comments