diff --git a/README.md b/README.md index f73c528..fb06f83 100644 --- a/README.md +++ b/README.md @@ -7,6 +7,7 @@ or pressing `LCTRL + LWIN + MMB` (Middle Mouse Button). You can use `LCTRL + LWIN + I` hotkey for hide/show trayicon. You can also use commandline option `/hide` for hide trayicon at startup. + The `/noupdate` option is used to disable check for updates. By default, the check is repeated once a day. `Use workarea` option means that the window is centered without a taskbar, otherwise, the full resolution of the monitor will be used. diff --git a/wCenterWindow/wCenterWindow.cpp b/wCenterWindow/wCenterWindow.cpp index e76e385..84e07c2 100644 --- a/wCenterWindow/wCenterWindow.cpp +++ b/wCenterWindow/wCenterWindow.cpp @@ -26,6 +26,7 @@ // TODO: Add license info into About dialog. // TODO: Add 'Center' button into Manual Editing dialog. // TODO: Fix tray icon that disappears after explorer reboot. +// TODO: Split main cpp-file to separate files. // TODO: Change keyboard low-level hook to RegisterHotKey function. #include "framework.h" diff --git a/wCenterWindow/wCenterWindow.rc b/wCenterWindow/wCenterWindow.rc index 45c0a56..b4f5027 100644 Binary files a/wCenterWindow/wCenterWindow.rc and b/wCenterWindow/wCenterWindow.rc differ