mirror of
https://github.com/ZoiteChat/zoitechat.git
synced 2026-07-08 12:59:24 +00:00
Add mouse over tooltips for each color selection.
This commit is contained in:
@@ -70,6 +70,13 @@ load_text_events (void)
|
||||
{
|
||||
}
|
||||
|
||||
char *
|
||||
text_color_event_list (int color)
|
||||
{
|
||||
(void)color;
|
||||
return g_strdup ("No text events use this color.");
|
||||
}
|
||||
|
||||
gboolean
|
||||
theme_get_color (ThemeSemanticToken token, GdkRGBA *color)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user