Skip to content

Commit

Permalink
edited tray and panel volume icon
Browse files Browse the repository at this point in the history
  • Loading branch information
Odizinne committed Dec 27, 2024
1 parent d76f1b1 commit 761aa22
Show file tree
Hide file tree
Showing 17 changed files with 1 addition and 5 deletions.
Binary file modified Resources/icons/panel_volume_0_dark.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified Resources/icons/panel_volume_0_light.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified Resources/icons/panel_volume_100_dark.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified Resources/icons/panel_volume_100_light.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified Resources/icons/panel_volume_33_dark.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified Resources/icons/panel_volume_33_light.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified Resources/icons/panel_volume_66_dark.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified Resources/icons/panel_volume_66_light.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified Resources/icons/tray_dark_0.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified Resources/icons/tray_dark_100.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified Resources/icons/tray_dark_33.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified Resources/icons/tray_dark_66.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified Resources/icons/tray_light_0.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified Resources/icons/tray_light_100.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified Resources/icons/tray_light_33.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified Resources/icons/tray_light_66.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
6 changes: 1 addition & 5 deletions SoundPanel/SoundPanel.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -302,11 +302,7 @@ void SoundPanel::onRecordingDeviceChanged(const QString &deviceName) {

void SoundPanel::setOutputButtonImage(int volume) {
QString icon;
if (isWindows10) {
icon = Utils::getIcon(2, volume, NULL);
} else {
icon = Utils::getIcon(1, volume, NULL);
}
icon = Utils::getIcon(2, volume, NULL);

engine->rootContext()->setContextProperty("outputIcon", QStringLiteral("qrc") + icon);
}
Expand Down

0 comments on commit 761aa22

Please sign in to comment.