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 f77a24b commit f28f689Copy full SHA for f28f689
rustfmt.toml
@@ -1,2 +0,0 @@
1
-unstable_features = true
2
-group_imports = "StdExternalCrate"
src/widgets/window.rs
@@ -236,7 +236,8 @@ impl NotifyWindow {
236
imp.code_btn.connect_clicked(move |_| {
237
let this = this.clone();
238
this.selected_subscription().map(move |sub| {
239
- AdvancedMessageDialog::new(sub, this.imp().entry.text().to_string()).present(Some(&this))
+ AdvancedMessageDialog::new(sub, this.imp().entry.text().to_string())
240
+ .present(Some(&this))
241
});
242
243
}
0 commit comments