diff options
| author | Felix Morgner <felix.morgner@gmail.com> | 2024-07-15 01:11:39 +0200 |
|---|---|---|
| committer | Felix Morgner <felix.morgner@gmail.com> | 2024-07-15 01:11:39 +0200 |
| commit | de13c3079992aeb5209c2c0f9d2cfc2042bea9fc (patch) | |
| tree | 05e17e6d52d5a65375ca19b66f2e46788e813e70 /res/windows/main.ui | |
| parent | 8a96eb94024078438881d06553a352d35d678dc0 (diff) | |
| download | turns-de13c3079992aeb5209c2c0f9d2cfc2042bea9fc.tar.xz turns-de13c3079992aeb5209c2c0f9d2cfc2042bea9fc.zip | |
app/ui: fix window subtitle not updating
Diffstat (limited to 'res/windows/main.ui')
| -rw-r--r-- | res/windows/main.ui | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/res/windows/main.ui b/res/windows/main.ui index 42160bb..9e8a90d 100644 --- a/res/windows/main.ui +++ b/res/windows/main.ui @@ -54,6 +54,7 @@ <object class="AdwHeaderBar" id="header"> <property name="title-widget"> <object class="AdwWindowTitle" id="title"> + <property name="subtitle" translatable="yes">No active turn order</property> <property name="title" translatable="yes">Turns</property> </object> </property> |
