dail8859 / NotepadNext

A cross-platform, reimplementation of Notepad++
GNU General Public License v3.0
9.05k stars 550 forks source link

[Bug] When show status bar is set to false, does not take effect after application restart #536

Closed ErickWei closed 6 months ago

ErickWei commented 6 months ago

When "show status bar" is set to false, then I close the app and reopen it, status bar still shows, and then I open Setting window, "show stats bar" is shown as false. So the current program logic may not be able to remember this setting and needs to be fixed. I have tried in both windows and mac, and both systems have this problem.

MAC OS:

image

Windows:

image
dail8859 commented 6 months ago

Can confirm that the setting Gui/ShowStatusBar is getting set correctly in the config file, so on launch it is not respecting it for some reason.

The status bar is a custom implementation...not sure if that has something to do with it or not. Will take a look when I get some free time.