From 2aa660ae12f131520674f302ce9218c8d6d7cd51 Mon Sep 17 00:00:00 2001 From: Ivan Yarcev Date: Wed, 16 Oct 2024 14:15:03 +0600 Subject: [PATCH] Removed samba applying before saving --- source/ubl-settings-usergroups.c | 2 -- 1 file changed, 2 deletions(-) diff --git a/source/ubl-settings-usergroups.c b/source/ubl-settings-usergroups.c index ab69b16..af49354 100644 --- a/source/ubl-settings-usergroups.c +++ b/source/ubl-settings-usergroups.c @@ -415,7 +415,6 @@ void on_save_done(main_window *widgets, config_str output, int size){ void on_config_save(GtkWidget *self, main_window *widgets){ - yon_samba_sync_proceed(); main_config.save_config=2; template_saving_window *window = yon_save_proceed(NULL,YON_CONFIG_BOTH,config_get_command("global"),NULL); if (window){ @@ -505,7 +504,6 @@ void on_config_local_save(GtkWidget *self, main_window *widgets){ free(key); free(value); } - yon_samba_sync_proceed(); template_saving_window *window = yon_save_proceed("system",YON_CONFIG_LOCAL,config_get_command("system"),NULL); if (window){ yon_hide_passwords(window);