1
0
mirror of https://gitlab.cvh-server.de/skrause/flashcards.git synced 2025-12-12 07:51:38 +01:00

update ui

This commit is contained in:
2025-02-19 16:21:45 +01:00
parent 48848f55a3
commit 2144bc655b
5 changed files with 157 additions and 71 deletions

View File

@@ -40,15 +40,6 @@ flashcards_app_about(
window = gtk_application_get_active_window(GTK_APPLICATION(self));
/*adw_show_about_dialog(GTK_WIDGET(window),
"application-name", _("Flashcards"),
"application-icon", "li.sopht.Flashcards",
"developer-name", "Sophie Krause",
"version", "1.0.0",
"issue-url", "https://gitlab.cvh-server.de/skrause/flashcards/-/issues",
"copyright", "© 2025 Sophie Krause",
"license-type", GTK_LICENSE_MIT_X11,
NULL);*/
dialog = adw_about_dialog_new_from_appdata("/li/sopht/flashcards/appdata", NULL);
adw_dialog_present(dialog, GTK_WIDGET(window));
}