Skip to content

Commit

Permalink
Fixes #37872 - set 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 a AI generated common "window" which
was modified to look ok-ish for 16x16 and 64x64
  • Loading branch information
sbernhard committed Nov 4, 2024
1 parent 27d8e28 commit b7874e1
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 b7874e1

Please sign in to comment.