mirror of
https://github.com/Ximi1970/systray-x.git
synced 2025-11-04 20:35:48 +01:00
Revert some changes
This commit is contained in:
@@ -302,7 +302,7 @@ SysTrayX.Messaging = {
|
||||
|
||||
sendPreferencesStorage: function (result) {
|
||||
const debug = result.debug || "false";
|
||||
const minimizeType = result.minimizeType || "0";
|
||||
const minimizeType = result.minimizeType || "1";
|
||||
const closeType = result.closeType || "1";
|
||||
const startMinimized = result.startMinimized || "false";
|
||||
const restorePositions = result.restorePositions || "false";
|
||||
|
||||
Reference in New Issue
Block a user