Skip to content

Commit

Permalink
Showing 1 changed file with 3 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -300,7 +300,9 @@ class AppearanceViewController: ParentViewController {
if DataStore.shared().shouldDisplay(ViewType.showAppInForeground) {
let floatingWindow = FloatingWindowController.shared()
floatingWindow.updateTableContent()
floatingWindow.modernSlider.setNeedsDisplay(floatingWindow.modernSlider.bounds)
if let slider = floatingWindow.modernSlider {
slider.setNeedsDisplay(floatingWindow.modernSlider.bounds)
}

if !panel {
floatingWindow.updatePanelColor()
Expand Down

0 comments on commit 26dcb31

Please sign in to comment.