mirror of
https://github.com/ZoiteChat/zoitechat.git
synced 2026-03-18 03:30:18 +00:00
feat: GTK3-only theming overhaul—new theme service (discover/import/inherits), layered CSS+settings.ini apply w/ safe rollback + caching; widget/xtext palette mapping + all-colors editor; lots of win32/CI libarchive plumbing + installer assets;
This commit is contained in:
@@ -39,6 +39,7 @@
|
||||
#include "fe-gtk.h"
|
||||
#include "chanlist.h"
|
||||
#include "gtkutil.h"
|
||||
#include "theme/theme-manager.h"
|
||||
|
||||
#define ICON_JOIND_NETWORK "network-workgroup"
|
||||
|
||||
@@ -129,6 +130,7 @@ joind_show_dialog (server *serv)
|
||||
char buf2[256];
|
||||
|
||||
serv->gui->joind_win = dialog1 = gtk_dialog_new ();
|
||||
theme_manager_attach_window (dialog1);
|
||||
g_snprintf(buf, sizeof(buf), _("Connection Complete - %s"), _(DISPLAY_NAME));
|
||||
gtk_window_set_title (GTK_WINDOW (dialog1), buf);
|
||||
gtk_window_set_type_hint (GTK_WINDOW (dialog1), GDK_WINDOW_TYPE_HINT_DIALOG);
|
||||
|
||||
Reference in New Issue
Block a user