[MSPAINT] Remember status bar visibility (#5145)

- Add ShowStatusBar registry setting.
- Save ShowStatusBar status and restore the status on startup.
CORE-18867
This commit is contained in:
Katayama Hirofumi MZ 2023-03-11 11:41:52 +09:00 committed by GitHub
parent 4ce819ca5a
commit 9ff9295a22
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
4 changed files with 9 additions and 2 deletions

View file

@ -41,6 +41,7 @@ public:
DWORD FontsPositionX;
DWORD FontsPositionY;
DWORD ShowTextTool;
DWORD ShowStatusBar;
enum WallpaperStyle {
TILED,