File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
CollapseLauncher/XAMLs/MainApp Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -292,7 +292,7 @@ public void ToggleMainVisibility(bool forceShow = false)
292292 MainTaskbarToggle . Text = _showApp ;
293293 // Increase refresh rate to 1000ms when main window is hidden
294294 RefreshRate = RefreshRateSlow ;
295- m_homePage ? . CarouselStopScroll ( ) ;
295+ m_homePage ? . StopCarouselSlideshow ( ) ;
296296 LogWriteLine ( "Main window is hidden!" ) ;
297297
298298 // Spawn the hidden to tray toast notification
@@ -308,7 +308,7 @@ public void ToggleMainVisibility(bool forceShow = false)
308308 EfficiencyModeWrapper ( false ) ;
309309 PInvoke . SetForegroundWindow ( mainWindowHandle ) ;
310310 MainTaskbarToggle . Text = _hideApp ;
311- m_homePage ? . CarouselRestartScroll ( ) ;
311+ m_homePage ? . StartCarouselSlideshow ( ) ;
312312 // Revert refresh rate to its default
313313 RefreshRate = RefreshRateDefault ;
314314 LogWriteLine ( "Main window is shown!" ) ;
You can’t perform that action at this time.
0 commit comments