Skip to content

Commit

Permalink
stop
Browse files Browse the repository at this point in the history
  • Loading branch information
nullchinchilla committed Jul 18, 2024
1 parent 4c7991c commit 061bd6e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion binaries/geph5-client-gui/src/tabs/settings.rs
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ pub static LOCATION_LIST: Lazy<Mutex<RefreshCell<ExitList>>> =

pub fn render_settings(_ctx: &egui::Context, ui: &mut egui::Ui) -> anyhow::Result<()> {
if ui.button(l10n("logout")).clicked() {
DAEMON_HANDLE.stop()?;
let _ = DAEMON_HANDLE.stop();
USERNAME.set("".into());
PASSWORD.set("".into());
}
Expand Down

0 comments on commit 061bd6e

Please sign in to comment.