Add mouse over tooltips for each color selection.

This commit is contained in:
2026-07-07 09:08:00 -06:00
parent 8466e70424
commit ae6d5ebeef
5 changed files with 153 additions and 1 deletions

View File

@@ -50,7 +50,7 @@ zoitechat_gtk_deps = [
gtk_dep = dependency('gtk+-3.0', version: '>= 3.22')
zoitechat_theme_deps = [gtk_dep]
zoitechat_theme_deps = [gtk_dep, zoitechat_common_dep]
if host_machine.system() != 'windows'
appindicator_opt = get_option('appindicator')