We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3c72e18 commit 0c016b6Copy full SHA for 0c016b6
crates/notedeck_columns/src/decks.rs
@@ -284,10 +284,10 @@ impl Deck {
284
285
pub fn new_with_notifications(icon: char, name: String, pubkey: Pubkey) -> Self {
286
let mut columns = Columns::default();
287
+ columns.new_column_picker();
288
columns.add_column(Column::new(vec![Route::Timeline(
289
TimelineKind::Notifications(pubkey),
290
)]));
- columns.new_column_picker();
291
Self {
292
icon,
293
name,
0 commit comments