Skip to content

Commit

Permalink
upd
Browse files Browse the repository at this point in the history
  • Loading branch information
p4ymak committed Oct 31, 2024
1 parent a4dad85 commit 3c89632
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/app/mod.rs
Original file line number Diff line number Diff line change
Expand Up @@ -513,7 +513,7 @@ impl Roomor {
if i.consume_shortcut(&KeyboardShortcut::new(Modifiers::COMMAND, egui::Key::O)) {
debug!("open file");

if self.chat_init.is_none() {
if self.chat_init.is_none() && !self.rooms.is_active_public() {
if let Some(path) = rfd::FileDialog::new().pick_files() {
self.dispatch_files(&path);
}
Expand Down

0 comments on commit 3c89632

Please sign in to comment.