From 2cfa12226a451aecfb0ec1cc2164e1c4a5e60eac Mon Sep 17 00:00:00 2001 From: Ivan Yarcev Date: Mon, 21 Aug 2023 14:11:59 +0600 Subject: [PATCH] Added saving status message --- source/ubl-settings-repomanager.c | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/source/ubl-settings-repomanager.c b/source/ubl-settings-repomanager.c index 891b412..d33a0d2 100644 --- a/source/ubl-settings-repomanager.c +++ b/source/ubl-settings-repomanager.c @@ -313,6 +313,7 @@ void on_save(){ } } } + yon_ubl_status_box_render(SAVE_SUCCESS_LABEL,BACKGROUND_IMAGE_SUCCESS_TYPE); } void on_search(GtkCellEditable *self, main_window *widgets){ @@ -844,10 +845,11 @@ int main(int argc, char *argv[]){ {"socket-ext-id", 1,0, 'e'}, {"socket-trd-id", 1,0, 't'}, {"debug", 0,0, 'd'}, + {"clean-config", 0,0, 'c'}, { NULL, 0, NULL, 0 } }; for (int i=0;i