Improve title bar

This commit is contained in:
Michael Mikovsky
2025-11-29 16:38:12 -07:00
parent c83e2f1527
commit f85a0c0295
8 changed files with 80 additions and 30 deletions
+3 -1
View File
@@ -1,7 +1,9 @@
use crate::auth::Auth;
#[derive(Default, serde::Deserialize, serde::Serialize)]
pub struct Config {}
pub struct Config {
response_text: String,
}
impl Config {
pub fn update(&mut self, auth: &mut Auth, ui: &mut egui::Ui) {