fix: Titlebar overlay fullScreenRoutes

This commit is contained in:
PartyDonut 2025-09-01 20:51:26 +02:00
parent 92d5391b93
commit fbd1d762d3
5 changed files with 12 additions and 6 deletions

View file

@ -335,6 +335,7 @@ enum FladderItemType {
FladderItemType.video => 0.8,
FladderItemType.photo => 0.8,
FladderItemType.photoAlbum => 0.8,
FladderItemType.folder => 0.8,
FladderItemType.musicAlbum => 0.8,
FladderItemType.baseType => 0.8,
_ => 0.55,