feat(os): support opensuse tumbleweed

resolves #3127
This commit is contained in:
Jan De Dobbeleer 2022-11-26 15:19:13 +01:00 committed by Jan De Dobbeleer
parent c8fb6322eb
commit 3bc9e83814

View file

@ -126,7 +126,7 @@ func (oi *Os) getDistroIcon(distro string) string {
return oi.props.GetString(Mint, "\uF30e")
case "nixos":
return oi.props.GetString(Nixos, "\uF313")
case "opensuse":
case "opensuse", "opensuse-tumbleweed":
return oi.props.GetString(Opensuse, "\uF314")
case "redhat":
return oi.props.GetString(Redhat, "\uF316")