Skip to content

Commit

Permalink
fix gui
Browse files Browse the repository at this point in the history
  • Loading branch information
super-continent committed Nov 25, 2024
1 parent e4c713d commit e63d396
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/ui/gui.rs
Original file line number Diff line number Diff line change
Expand Up @@ -97,8 +97,6 @@ pub fn ui_loop(ui: Ui) -> Ui {
{
ui.checkbox("Enable SAMMI", &mut config.sammi.sammi_enabled);
sammi::SAMMI_ENABLED.store(config.sammi.sammi_enabled, Ordering::Relaxed);
ui.input_text("Webhook URL", &mut config.sammi.webhook_url)
.build();
}
if ui.button("Save Config") {
save_config(config.clone())
Expand Down

0 comments on commit e63d396

Please sign in to comment.