UI: make about dialog fullscreen
Signed-off-by: Vasiliy Doylov <nekocwd@mainlining.org>
This commit is contained in:
parent
c750c48a39
commit
27f4590b8f
1 changed files with 1 additions and 1 deletions
|
@ -82,7 +82,7 @@ public class PipeTap.Application : Adw.Application {
|
||||||
copyright = "© 2025 Vasiliy Doylov",
|
copyright = "© 2025 Vasiliy Doylov",
|
||||||
};
|
};
|
||||||
|
|
||||||
about.present (this.active_window);
|
about.present (null);
|
||||||
}
|
}
|
||||||
|
|
||||||
private void on_preferences_action () {
|
private void on_preferences_action () {
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue