feat: add graphical interface with relm4 and libadw

This commit is contained in:
uku 2025-05-09 22:35:00 +02:00
parent 837ce3ab3e
commit 601ee85b5f
Signed by: uku
SSH key fingerprint: SHA256:4P0aN6M8ajKukNi6aPOaX0LacanGYtlfjmN+m/sHY/o
6 changed files with 850 additions and 29 deletions

View file

@ -9,7 +9,7 @@ use crate::Config;
static CLIENT: LazyLock<Client> = LazyLock::new(Client::new);
#[derive(Debug, serde::Deserialize)]
#[derive(Debug, Clone, serde::Deserialize)]
pub struct ZiplineFolder {
pub id: String,
pub name: String,