mirror of
https://github.com/Astatin3/unshell.git
synced 2026-06-08 22:38:01 -06:00
Improve title bar
This commit is contained in:
@@ -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) {
|
||||
|
||||
Reference in New Issue
Block a user