From dd7b85e3b2d7769ff3eb7d787f3c77790d373f76 Mon Sep 17 00:00:00 2001 From: Ivan Yarcev Date: Tue, 26 Dec 2023 13:23:31 +0600 Subject: [PATCH] Added ignored parameters. Update libraries before building --- source/ubl-settings-usergroups.c | 2 ++ 1 file changed, 2 insertions(+) diff --git a/source/ubl-settings-usergroups.c b/source/ubl-settings-usergroups.c index d90e765..eec325b 100644 --- a/source/ubl-settings-usergroups.c +++ b/source/ubl-settings-usergroups.c @@ -1497,5 +1497,7 @@ int main(int argc, char *argv[]){ template_main_window *widgets = yon_ubl_window_setup(); textdomain (LocaleName); yon_main_window_complete((main_window*)widgets); + yon_config_set_ignore("DEFAULTPASSWD"); + yon_config_set_ignore("DEFAULTROOTPASSWD"); gtk_main(); } \ No newline at end of file