mirror of
https://github.com/ZoiteChat/zoitechat.git
synced 2026-03-13 09:10:20 +00:00
Get rid of gui_tweaks 8
This commit is contained in:
@@ -101,8 +101,10 @@ cv_tree_init (chanview *cv)
|
||||
GTK_WIDGET_UNSET_FLAGS (view, GTK_CAN_FOCUS);
|
||||
gtk_tree_view_set_headers_visible (GTK_TREE_VIEW (view), FALSE);
|
||||
|
||||
if (!(prefs.gui_tweaks & 8))
|
||||
if (prefs.gui_tab_dots)
|
||||
{
|
||||
gtk_tree_view_set_enable_tree_lines (GTK_TREE_VIEW (view), TRUE);
|
||||
}
|
||||
|
||||
gtk_container_add (GTK_CONTAINER (win), view);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user