-
-
Notifications
You must be signed in to change notification settings - Fork 243
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Provide on/off icons for soundvolume_mute #2585
Conversation
Signed-off-by: Jacob Laursen <[email protected]>
I found this script also which I'm not sure about - is it still in use? openhab-webui/bundles/org.openhab.ui.iconset.classic/src/main/resources/icons/.copy.sh Line 40 in d23f407
|
It is better to maintain it I believe. |
I'm not sure how, can you guide me a bit? The script doesn't copy |
I would add these lines:
Only soundvolume_mute-on.svg is really needed, the other can be copied from other. |
Signed-off-by: Jacob Laursen <[email protected]>
Done. Do you know what the script is used for? Since we have all icons (even duplicates) in the icons folder, the script could copy 1:1? cp -f soundvolume_mute.svg soundvolume_mute.svg
cp -f soundvolume_mute-off.svg soundvolume_mute-off.svg
cp -f soundvolume_mute-on.svg soundvolume_mute-on.svg And also:
It doesn't copy |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM, thank you
The logic of this script was to create all the expected icons from a minimal list of not duplicated icons and to be sure that icons that should be identical are really the same. I have just checked the appearance of the new icons, I assumed that you just copied the existing icons. I am sure at 99.999% this is what you did ;) |
I copied them according to your suggestion in the core PR. 🙂 |
Related to openhab/openhab-core#4245