Skip to content

Commit 383123c

Browse files
committed
Switch to row activation instead of selection for displaying selected subscription
Fixes #35.
1 parent 66a3634 commit 383123c

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/widgets/window.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -316,7 +316,7 @@ impl NotifyWindow {
316316
});
317317

318318
let this = self.clone();
319-
imp.subscription_list.connect_row_selected(move |_, _row| {
319+
imp.subscription_list.connect_row_activated(move |_, _row| {
320320
this.selected_subscription_changed(this.selected_subscription().as_ref());
321321
});
322322

0 commit comments

Comments
 (0)