mirror of
https://codeberg.org/scip/golsky.git
synced 2025-12-17 12:40:56 +01:00
remove old debug prints, update TODO
This commit is contained in:
@@ -278,10 +278,8 @@ func (config *Config) SwitchTheme(theme string) {
|
||||
}
|
||||
|
||||
func (config *Config) ToggleGridlines() {
|
||||
fmt.Printf("toggle grid lines, current: %t\n", config.ShowGrid)
|
||||
config.ShowGrid = !config.ShowGrid
|
||||
config.RestartCache = true
|
||||
fmt.Printf("toggle grid lines, new: %t\n", config.ShowGrid)
|
||||
}
|
||||
|
||||
func (config *Config) ToggleEvolution() {
|
||||
|
||||
Reference in New Issue
Block a user