We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ebc8b46 commit f4d3c97Copy full SHA for f4d3c97
src/app.rs
@@ -574,6 +574,9 @@ impl cosmic::Application for CosmicAppLibrary {
574
return text_input::focus(EDIT_GROUP_ID.clone());
575
}
576
Message::StartNewGroup => {
577
+ if self.new_group.is_some() {
578
+ return Task::none();
579
+ }
580
self.new_group = Some(String::new());
581
return Task::batch(vec![
582
get_layer_surface(SctkLayerSurfaceSettings {
0 commit comments