Skip to content

Commit

Permalink
updated Steam OS logo
Browse files Browse the repository at this point in the history
  • Loading branch information
arunsivaramanneo committed Feb 5, 2024
1 parent cbfc75b commit 5fe2cff
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 5 deletions.
7 changes: 2 additions & 5 deletions Files/Common.py
Original file line number Diff line number Diff line change
Expand Up @@ -243,11 +243,6 @@ def getDeviceSize(size):
sizeMB = str(format(sizeMB, '.2f')) + " GB"
return sizeMB


def refresh_filter(self, store_filter):
store_filter.refilter()


def appendLimitsRHS(filename, temp):
LimitsRHS = []
LimitRHSValue = []
Expand Down Expand Up @@ -373,6 +368,8 @@ def getLogo(line):
logo_pixbuf = fetchImageFromUrl(const.Kde_logo,32,28, True)
elif "Rhino" in line:
logo_pixbuf = fetchImageFromUrl(const.Rhino_Linux_logo,32,28, True)
elif "Steam" in line:
logo_pixbuf = fetchImageFromUrl(const.Steam_OS_logo,32,28, True)
else:
logo_pixbuf = fetchImageFromUrl(const.TRANSPARENT_PIXBUF,32,28,True)
return logo_pixbuf
Expand Down
1 change: 1 addition & 0 deletions data/io.github.arunsivaramanneo.GPUViewer.metainfo.xml
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,7 @@
</screenshots>
<content_rating type="oars-1.1"/>
<releases>
<release version="3.01" date="2023-02-05"
<release version="3.00" date="2023-02-04"/>
<release version="2.32" date="2023-11-05"/>
<release version="2.30" date="2023-07-24"/>
Expand Down

0 comments on commit 5fe2cff

Please sign in to comment.