mirror of
https://github.com/morgan9e/warehouse
synced 2026-04-14 16:24:20 +09:00
Remove app name from properties dialog title
This commit is contained in:
@@ -4,6 +4,7 @@ using Adw 1;
|
||||
template $PropertiesWindow: Adw.Dialog {
|
||||
content-width: 350;
|
||||
content-height: 999999;
|
||||
title: _("Properties");
|
||||
|
||||
Adw.ToolbarView main_toolbar_view {
|
||||
[top]
|
||||
|
||||
@@ -214,6 +214,4 @@ class PropertiesWindow(Adw.Dialog):
|
||||
|
||||
self.generate_upper()
|
||||
self.generate_lower()
|
||||
|
||||
self.set_title(_("{} Properties").format(self.app_name))
|
||||
self.present(parent_window)
|
||||
|
||||
Reference in New Issue
Block a user