Skip to content

Commit

Permalink
solved todo
Browse files Browse the repository at this point in the history
  • Loading branch information
AlexPerathoner committed Jan 15, 2023
1 parent 15599d0 commit 0a84b23
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion SlimHUD/Views/Settings/SettingsView.swift
Original file line number Diff line number Diff line change
Expand Up @@ -174,7 +174,7 @@ class SettingsController: NSView, HudsControllerInterface {
self.brightnessHud.setProgress(progress: progress)
self.keyboardHud.setProgress(progress: progress)

self.volumeHud.setIconImage(icon: IconManager.getVolumeIcon(for: progress, isMuted: false)) // TODO: should Iconmanager whener possible (in other classes)
self.volumeHud.setIconImage(icon: IconManager.getVolumeIcon(for: progress, isMuted: false))
self.brightnessHud.setIconImage(icon: IconManager.getBrightnessIcon(for: progress))
self.keyboardHud.setIconImage(icon: IconManager.getKeyboardIcon(for: progress))

Expand Down

0 comments on commit 0a84b23

Please sign in to comment.