🐛 Fix a view in charge to set the Login dimesions according to the screen aspect-ratio

This commit is contained in:
2024-04-22 14:55:20 +02:00
parent 6172167ea8
commit fcf3d92cf9
9 changed files with 279 additions and 206 deletions

1
src/ui/views/mod.rs Normal file
View File

@@ -0,0 +1 @@
pub(crate) mod login_view;