mirror of
https://github.com/ZoiteChat/zoitechat.git
synced 2026-03-13 17:20:21 +00:00
Save URLs to disk on-the-fly and provide an option for toggling it
This commit is contained in:
@@ -138,7 +138,9 @@ static void
|
||||
url_save_callback (void *arg1, char *file)
|
||||
{
|
||||
if (file)
|
||||
url_save (file, "w", TRUE);
|
||||
{
|
||||
url_save_tree (file, "w", TRUE);
|
||||
}
|
||||
}
|
||||
|
||||
static void
|
||||
|
||||
Reference in New Issue
Block a user