diff options
author | Vika <vika@fireburn.ru> | 2025-03-11 14:14:06 +0300 |
---|---|---|
committer | Vika <vika@fireburn.ru> | 2025-03-11 14:14:06 +0300 |
commit | cf4d4078eb5550fbb3afa4332a6f56ca114c445c (patch) | |
tree | 5cbb6c981235c899fa1c68d1df79392323223ce7 /src/main.rs | |
parent | 97be1f951079be12c781c35411979d4b18812b37 (diff) | |
download | bowl-libspelling.tar.zst |
WIP: libspelling support, doesn't seem to work properly libspelling
Diffstat (limited to 'src/main.rs')
-rw-r--r-- | src/main.rs | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/src/main.rs b/src/main.rs index 9f531ea..fd35871 100644 --- a/src/main.rs +++ b/src/main.rs @@ -16,6 +16,9 @@ fn main() { relm4_icons::initialize_icons(bowl::icons::GRESOURCE_BYTES, bowl::icons::RESOURCE_PREFIX); + spelling::init(); + sourceview5::init(); + let app = relm4::RelmApp::new(bowl::APPLICATION_ID); relm4::set_global_css("/* CSS for Bowl */ .tag-pill button { |