mirror of
https://codeberg.org/scip/golsky.git
synced 2025-12-17 04:30:57 +01:00
fixed theme selection from menu, centralized theme def to 1 place
This commit is contained in:
@@ -274,6 +274,7 @@ func (config *Config) ToggleDebugging() {
|
||||
|
||||
func (config *Config) SwitchTheme(theme string) {
|
||||
config.ThemeManager.SetCurrentTheme(theme)
|
||||
config.RestartCache = true
|
||||
}
|
||||
|
||||
func (config *Config) ToggleGridlines() {
|
||||
|
||||
Reference in New Issue
Block a user