mirror of
https://github.com/aljazceru/notedeck.git
synced 2026-01-15 22:34:19 +01:00
fix crash in selected columns
Signed-off-by: William Casarin <jb55@jb55.com>
This commit is contained in:
@@ -71,7 +71,7 @@ impl Columns {
|
||||
}
|
||||
|
||||
pub fn new(columns: Vec<Column>) -> Self {
|
||||
let selected = -1;
|
||||
let selected = 0;
|
||||
Columns { columns, selected }
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user