mirror of
https://github.com/kangyu-california/PersistentWindows.git
synced 2025-05-10 20:45:38 +02:00
tag 5.63, update help for command line option change
This commit is contained in:
parent
8da7d9b4bc
commit
2d695d11bf
2 changed files with 3 additions and 2 deletions
3
Help.md
3
Help.md
|
@ -25,7 +25,8 @@
|
|||
| -fix_unminimized_window=0 | Turn off auto restore of unminimized windows. Use this switch to avoid undesirable window shifting during window activation, which comes with Event id 9999 : "restore minimized window ...." in event viewer.
|
||||
|-auto_restore_new_display_session_from_db=0| Disable window restore from DB upon PC startup or switching display for the first time
|
||||
|-auto_restore_existing_window_to_last_capture=1 | Turn on auto restore existing window from last capture upon PW start
|
||||
|-auto_restore_new_window_to_last_capture=1 | Turn on auto restore new window to last killed position
|
||||
|-auto_restore_new_window_to_last_capture=0 | Turn off auto restore new window to last killed position
|
||||
|-pos_match_threshold 80 | Auto correct new window position to last killed position within range of 80 pixels, default is 40
|
||||
| ‑auto_restore_missing_windows=1 | When restoring from disk, restore missing windows without prompting the user
|
||||
| ‑auto_restore_missing_windows=2 | At startup, automatically restore missing windows from disk. The user will be prompted before restoring each missing window
|
||||
| ‑auto_restore_missing_windows=3 | At startup, automatically restore missing windows from disk without prompting the user
|
||||
|
|
|
@ -31,5 +31,5 @@ using System.Runtime.InteropServices;
|
|||
// You can specify all the values or you can default the Build and Revision Numbers
|
||||
// by using the '*' as shown below:
|
||||
// [assembly: AssemblyVersion("1.0.*")]
|
||||
[assembly: AssemblyVersion("5.62.*")]
|
||||
[assembly: AssemblyVersion("5.63.*")]
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue