The evil skeleton type syntax (#79)

* Use type syntax introduced in blueprint 0.8.0

* Update translations

* Make orphans window work with new install type system

* Fix filter window in regards to new remote install type syntax

* Fix pressing cancel on trashing data still trashing data

* Refresh list of flatpaks when a snapshot is applied

---------

Co-authored-by: Hari Rana <theevilskeleton@riseup.net>
This commit is contained in:
heliguy4599
2023-12-13 23:42:28 -05:00
committed by GitHub
parent 628feeaa7f
commit b58e862138
9 changed files with 264 additions and 150 deletions

View File

@@ -2,6 +2,7 @@ using Gtk 4.0;
using Adw 1;
template $RemotesWindow: Adw.Window {
title: _("Manage Remotes");
default-width: 500;
default-height: 450;