This commit is contained in:
anna 2023-02-15 08:58:36 +00:00
parent f30700d15a
commit f078176d5f
No known key found for this signature in database
GPG Key ID: C72F3433D1A673B4
1 changed files with 1 additions and 1 deletions

View File

@ -75,7 +75,7 @@ impl eframe::App for gdkeApp {
egui::CentralPanel::default().show(ctx, |ui| {
ui.heading("GDKE");
ui.separator();
egui::Window::new("Key")..open(awaiting).show(ctx, |ui| {
egui::Window::new("Key").open(awaiting).show(ctx, |ui| {
ui.label("Getting key, please wait...");
if !last_key.is_empty() {
let mut keyda = last_key.clone();