diff options
Diffstat (limited to 'src/ui/mod.rs')
| -rw-r--r-- | src/ui/mod.rs | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/src/ui/mod.rs b/src/ui/mod.rs new file mode 100644 index 00000000..a63c6f03 --- /dev/null +++ b/src/ui/mod.rs @@ -0,0 +1,4 @@ +pub mod config_error_notification; +pub mod exit_confirm_dialog; +pub mod hotkey_overlay; +pub mod screenshot_ui; |
