mirror of
https://github.com/ZoiteChat/zoitechat.git
synced 2026-03-19 04:00:19 +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:
@@ -624,15 +624,7 @@ clear_completed (GtkWidget * wid, gpointer none)
|
||||
static void
|
||||
browse_folder (char *dir)
|
||||
{
|
||||
#ifdef WIN32
|
||||
/* no need for file:// in ShellExecute() */
|
||||
fe_open_url (dir);
|
||||
#else
|
||||
char buf[512];
|
||||
|
||||
g_snprintf (buf, sizeof (buf), "file://%s", dir);
|
||||
fe_open_url (buf);
|
||||
#endif
|
||||
}
|
||||
|
||||
static void
|
||||
|
||||
Reference in New Issue
Block a user