Skip to content

Commit

Permalink
bak
Browse files Browse the repository at this point in the history
  • Loading branch information
TC999 committed Dec 11, 2024
1 parent cc7e191 commit e1bcea1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/subscription.rs
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ impl SubscriptionManager {
self.show_download_status(ui);
});
}
self.is_open = is_open;
//self.is_open = is_open;
}

fn show_controls(&mut self, ui: &mut egui::Ui) {
Expand Down

0 comments on commit e1bcea1

Please sign in to comment.