From 4c141e495b4021c3daabd32ffd1d1b559724307c Mon Sep 17 00:00:00 2001 From: Ivan Dmitrievich Yartsev Date: Wed, 1 Apr 2026 18:08:51 +0600 Subject: [PATCH] Fixed double saving --- source/ubinstall-gtk.c | 1 - 1 file changed, 1 deletion(-) diff --git a/source/ubinstall-gtk.c b/source/ubinstall-gtk.c index 3b097cb..02388e9 100644 --- a/source/ubinstall-gtk.c +++ b/source/ubinstall-gtk.c @@ -252,7 +252,6 @@ gboolean on_yon_exit(GtkWidget *,GdkEvent*, main_window *widgets){ return 1; } } else { - yon_config_restore(widgets); on_exit_accepted(widgets); gtk_main_quit(); }