Placeholder store removed, implemented creating default if none exist

This commit is contained in:
2025-10-28 11:38:18 +01:00
parent 2910421d48
commit 16682b8539
4 changed files with 6 additions and 25 deletions

View File

@@ -120,28 +120,8 @@
<property name="content">
<object class="AdwPreferencesPage">
<child>
<object class="AdwPreferencesGroup">
<property name="title">Default</property>
<property name="description">/home/typo/.password-store</property>
<property name="header-suffix">
<object class="GtkButton">
<property name="valign">center</property>
<style>
<class name="flat" />
</style>
<child>
<object class="AdwButtonContent">
<property name="icon-name">list-add-symbolic</property>
</object>
</child>
</object>
</property>
<object class="AdwPreferencesGroup" id="password_list">
<!-- Dynamic rows will be added here via model binding -->
<!-- <child>
<object class="AdwActionRow">
<property name="title">Sample password</property>
</object>
</child> -->
</object>
</child>
</object>