Fix about
This commit is contained in:
@@ -44,15 +44,15 @@ public class Allesapp.Application : Adw.Application {
|
|||||||
}
|
}
|
||||||
|
|
||||||
private void on_about_action () {
|
private void on_about_action () {
|
||||||
string[] developers = { "Unknown" };
|
string[] developers = { "clerie" };
|
||||||
var about = new Adw.AboutDialog () {
|
var about = new Adw.AboutDialog () {
|
||||||
application_name = "allesapp",
|
application_name = "allesapp",
|
||||||
application_icon = "de.clerie.allesapp",
|
application_icon = "de.clerie.allesapp",
|
||||||
developer_name = "Unknown",
|
developer_name = "clerie",
|
||||||
translator_credits = _("translator-credits"),
|
translator_credits = _("translator-credits"),
|
||||||
version = "0.1.0",
|
version = "0.1.0",
|
||||||
developers = developers,
|
developers = developers,
|
||||||
copyright = "© 2025 Unknown",
|
copyright = "© 2025 clerie",
|
||||||
};
|
};
|
||||||
|
|
||||||
about.present (this.active_window);
|
about.present (this.active_window);
|
||||||
|
Reference in New Issue
Block a user