feat(gui): error helper to classify zbus errors and produce user messages

This commit is contained in:
michael
2026-04-27 09:11:06 -07:00
parent 8d6b80276e
commit d7e6d562dd
2 changed files with 89 additions and 0 deletions

View File

@@ -1,6 +1,8 @@
use adw::prelude::*;
use gtk::glib;
mod error;
const APP_ID: &str = "io.dangerousthings.AuthForge";
fn main() -> glib::ExitCode {