Skip to content

Commit

Permalink
Fixes #37872 - Use customized windows icon
Browse files Browse the repository at this point in the history
Due to license restrictions, we can not use the original windows icons.
Therefore, this icon is based on the windows icon from https://iconoir.com/
It's Open Source:
https://github.com/iconoir-icons/iconoir/blob/main/LICENSE

Original icon:
https://github.com/iconoir-icons/iconoir/blob/f7395255f4621c83f8fa223915e90d36acf38adf/icons/regular/windows.svg?plain=1
  • Loading branch information
sbernhard committed Nov 15, 2024
1 parent 27d8e28 commit 9e09f2a
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 1 deletion.
Binary file added app/assets/images/icons16x16/windows.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 added app/assets/images/icons64x64/windows.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
2 changes: 1 addition & 1 deletion app/helpers/operatingsystems_helper.rb
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ def icon(record, opts = {})
when /puppet/
"stub/goldenrod-p"
when /windows/
"stub/steelblue-w"
"windows"
when /OpenWrt/i
"openwrt"
when /Raspbian/i
Expand Down

0 comments on commit 9e09f2a

Please sign in to comment.