Explorar el Código

Fix leaving fullscreen from slideshow

Ruben hace 5 meses
padre
commit
9314b11798
Se han modificado 1 ficheros con 1 adiciones y 0 borrados
  1. 1 0
      src/PicView.Avalonia/Navigation/Slideshow.cs

+ 1 - 0
src/PicView.Avalonia/Navigation/Slideshow.cs

@@ -113,6 +113,7 @@ public static class Slideshow
         if (!Settings.WindowProperties.Fullscreen)
         {
             await vm.PlatformWindowService.ToggleFullscreen();
+            Settings.WindowProperties.Fullscreen = false;
         }
 
         if (GalleryFunctions.IsFullGalleryOpen || Settings.Gallery.IsBottomGalleryShown)