diff options
| author | Nathan Reiner <nathan@nathanreiner.xyz> | 2024-07-28 12:50:02 +0200 |
|---|---|---|
| committer | Nathan Reiner <nathan@nathanreiner.xyz> | 2024-07-28 12:50:02 +0200 |
| commit | 417cee4eeeaf7516dfeb59cdbe34fed18f30e0f7 (patch) | |
| tree | 74354a7b14a65f4dc514b6ed0367945f69349bc4 /src/widgets/mod.rs | |
| parent | 6ca07d6af8a338e76817d06c6c6c6f13e64fba9c (diff) | |
add statusbar widget
Diffstat (limited to 'src/widgets/mod.rs')
| -rw-r--r-- | src/widgets/mod.rs | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/widgets/mod.rs b/src/widgets/mod.rs index 48e6854..d746972 100644 --- a/src/widgets/mod.rs +++ b/src/widgets/mod.rs @@ -1,3 +1,4 @@ pub mod sheetview; pub mod luaeditor; pub mod logview; +pub mod statusbar; |