Made tooltip optional.

You can disable it in the settings.
Enabled by default
This commit is contained in:
Danil Boldyrev
2023-06-02 19:10:28 +03:00
parent 38aca6f605
commit d306d25e56
2 changed files with 68 additions and 47 deletions

View File

@@ -5,4 +5,5 @@ shared.options_templates.update(shared.options_section(('canvas_hotkey', "Canvas
"canvas_hotkey_fullscreen": shared.OptionInfo("S", "Fullscreen Mode, maximizes the picture so that it fits into the screen and stretches it to its full width "),
"canvas_hotkey_reset": shared.OptionInfo("R", "Reset zoom and canvas positon"),
"canvas_hotkey_overlap": shared.OptionInfo("O", "Toggle overlap ( Technical button, neededs for testing )"),
"canvas_show_tooltip": shared.OptionInfo(True, "Enable tooltip on the canvas"),
}))