Skip to content

Commit b1b61db

Browse files
authored
Added SUSE logo (#7484)
* Rename suse.png to opensuse.png It is the opensuse logo. * Add files via upload Added SUSE Logo for SUSE VMs created by UTM. * Rename SUSE_Logo-vert_L_Green-pos_sRGB-300x275-6b04bcf.png to SUSE.png Changed logo name. * Update VMConfigInfoView.swift added opensuse for the changed name of the opensuse icon. * Update VMConfigInfoView.swift Changed suse into uppercase, because the logo is also named in uppercase. * Changed logo size to 128x128 px
1 parent a197fca commit b1b61db

3 files changed

Lines changed: 2 additions & 1 deletion

File tree

Icons/SUSE.png

8.08 KB
Loading
File renamed without changes.

Platform/Shared/VMConfigInfoView.swift

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -356,6 +356,7 @@ private let ICON_TITLE_MAP: [String: LocalizedStringKey] = [
356356
"nintendo": "Nintendo",
357357
"nixos": "NixOS",
358358
"openbsd": "OpenBSD",
359+
"opensuse": "openSUSE",
359360
"openwrt": "OpenWrt",
360361
"os2": "OS/2",
361362
"palmos": "Palm OS",
@@ -370,7 +371,7 @@ private let ICON_TITLE_MAP: [String: LocalizedStringKey] = [
370371
"sailfish-os": "Sailfish OS",
371372
"slackware": "Slackware",
372373
"solaris": "Solaris",
373-
"suse": "openSUSE",
374+
"SUSE": "SUSE",
374375
"syllable": "Syllable",
375376
"symbian": "Symbian",
376377
"threadx": "ThreadX",

0 commit comments

Comments
 (0)