ovl-sysmodules icon indicating copy to clipboard operation
ovl-sysmodules copied to clipboard

Prevent autostart when toggling on

Open Localhorst86 opened this issue 1 year ago • 1 comments

Previously, when you had a "dynamic" sysmodule disabled for autostart and toggled it on during runtime using the a button, autostart would remain disabled. I.e., the module was only enabled until the next reboot or until manually toggled off.

I found this very usefull, particularly for the sys-ftpd-light overlay.

with the latest release, this behaviour seems tro have changed. Toggling a module on at runtime, autmatically toggles it on to auto start.

Is this intended behaviour? Is there any way to get the old behaviour back (toggling on a sysmodule will not toggle auto start)?

Localhorst86 avatar Mar 25 '23 23:03 Localhorst86

Seems as though removing the following: https://github.com/WerWolv/ovl-sysmodules/blob/master/source/gui_main.cpp#L87C21-L88C65 https://github.com/WerWolv/ovl-sysmodules/blob/master/source/gui_main.cpp#L99C21-L100C87 and compiling has fixed the issue. Not sure if this is a patchwork fix or actual fix.

0ver-flow avatar Jul 05 '23 02:07 0ver-flow