mirror of
https://github.com/reactos/reactos.git
synced 2025-07-31 10:31:43 +00:00
[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:
parent
4ce819ca5a
commit
9ff9295a22
4 changed files with 9 additions and 2 deletions
|
@ -41,6 +41,7 @@ public:
|
|||
DWORD FontsPositionX;
|
||||
DWORD FontsPositionY;
|
||||
DWORD ShowTextTool;
|
||||
DWORD ShowStatusBar;
|
||||
|
||||
enum WallpaperStyle {
|
||||
TILED,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue