move add_display::View -> add_window::View & display_options::View -> window_options::VIew, remove displays logic and replace it with window ones

[skip ci]
This commit is contained in:
Aleksander
2025-12-25 14:57:10 +01:00
parent 7cde2f8c42
commit ccf72b16c5
27 changed files with 293 additions and 770 deletions

View File

@@ -1,6 +1,5 @@
pub mod add_display;
pub mod app_launcher;
pub mod audio_settings;
pub mod display_list;
pub mod display_options;
pub mod process_list;
pub mod window_list;
pub mod window_options;