Restore minimized window 2

PHOTO EMBED

Sat Dec 03 2022 18:22:13 GMT+0000 (Coordinated Universal Time)

Saved by @savabeh191

action.Window.Minimize();

// Store the window that was just minimized
sp.StoreObject("LastMinimized", action.Window);


// In a try/catch in case there is none stored, it fails silently 
try {
    // Restore the last minimized window
    sp.GetStoredObject("LastMinimized").Restore();
} catch {}
content_copyCOPY

https://forum.strokesplus.net/posts/t8496-Restore-minimized-window