feat: add record/category management, imports and exports

This commit is contained in:
2026-03-06 16:13:31 +03:00
parent 4f95b6b274
commit c00b561d03
7 changed files with 1633 additions and 302 deletions
+1 -1
View File
@@ -27,7 +27,7 @@ static void register_with_portal (void) {
G_DBUS_CALL_FLAGS_NONE,
-1, NULL, &error);
if (result == NULL) {
g_info ("portal register: %s", error->message);
g_warning ("portal register: %s", error->message);
g_clear_error (&error);
} else {
g_variant_unref (result);