summaryrefslogtreecommitdiff
path: root/src/app.rs
diff options
context:
space:
mode:
authorNathan Reiner <nathan@nathanreiner.xyz>2024-08-02 21:34:41 +0200
committerNathan Reiner <nathan@nathanreiner.xyz>2024-08-02 21:34:41 +0200
commitbb9944d086332ed0b8d6064316225e901c456bd7 (patch)
treed8e42f8cee5db6236b775f10346ac5cd24c888a4 /src/app.rs
parent665eecff57a0a5f9ccb225d3781f6ecdc7637920 (diff)
change 'viewsheet' bindings to 'view'
Diffstat (limited to 'src/app.rs')
-rw-r--r--src/app.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/app.rs b/src/app.rs
index e93748f..2e956eb 100644
--- a/src/app.rs
+++ b/src/app.rs
@@ -30,7 +30,7 @@ impl App {
pub fn new() -> Self {
let sheet_id = Register::create(10, 50);
GlobalState::instance_mut()
- .sheetview
+ .view
.set_active_sheet(Some(sheet_id));
Self {