Skip to content

Fix: User disabled accelerators are re-enabled on 2nd restart (!177)

First reported in !171 (merged)

By loading the accelerator map after it has been initialized in by the window we make sure to mark manually disabled entries as "changed", which means that their state is preserved. In other words, they (the entries) are not disabled (i.e. commented out) on gtk_accel_map_save.

Merge request reports