diff options
Diffstat (limited to 'src/config/theme')
| -rw-r--r-- | src/config/theme/mod.rs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/config/theme/mod.rs b/src/config/theme/mod.rs index 082cd17..074a063 100644 --- a/src/config/theme/mod.rs +++ b/src/config/theme/mod.rs @@ -7,7 +7,7 @@ use super::DUMMY_CONFIG; pub mod style; pub mod sheetview; -pub(self) mod bar; +mod bar; #[derive(Clone, Debug, Default)] pub struct Theme { |