Skip to content

Commit

Permalink
Fixed blur effect settings
Browse files Browse the repository at this point in the history
Range is now 0-2 instead of 0-1
  • Loading branch information
MCC321-QC committed Jun 10, 2022
1 parent 80f72c6 commit 2d66243
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 3 deletions.
4 changes: 3 additions & 1 deletion source/changelog.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,10 @@ Version: 3.1
- Added margin around platform icon
- Fixed Riot Launcher banner name (Asked by xCeeTee)
- Changed "Riot Launcher.png" into "Riot Games.png"
- Fixed Review Viewer triggering visibility on the first 12 link (Asked by Mouse-conspiracy)
- Changed Review Viewer triggering visibility on the first 12 link
- The theme will now look for links named "Steam Store" instead of "Steam store"
- Fixed background bottom blur effect slider setting range being not big enough (Asked by DrAlexander)
- Slider setting range can go up to "2.0" instead of "1.0"
Version: 3.0
- Game banners system as been reworked
- Platform banners are now included in the theme (Asked by daephx)
Expand Down
4 changes: 2 additions & 2 deletions source/thememodifier.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ Constants:
- ExpanderPanelHeight(170,620): Global expander panel height
- HtmlTextColor: Global text color in game description
- HtmlLinkColor: Global link/title color in game description
- DetailViewBackgroundBlur(0,1): Details view background blur effect height
- DetailViewBackgroundBlur(0,2): Details view background blur effect height
- DetailViewTopPanel(0,1000): Details view top part height
- DetailPlayCount: Details view visibility of play count in game view
- DetailExpanderDisable: Details view expander panel disabled
Expand All @@ -67,7 +67,7 @@ Constants:
- DetailSuccessToggleCompact: Details view achievements toggle compact/(un)locked
- DetailHideSuccessOnExpander: Details view hide success while using expander
- DetailHideHltbOnExpander: Details view hide hltb while using expander
- GridViewBackgroundBlur(0,1): Grid view background blur effect height
- GridViewBackgroundBlur(0,2): Grid view background blur effect height
- GridViewTopPanel(0,1000): Grid view top part height
- GridPlayCount: Grid view visibility of play count game view
- GridExpanderDisable: Grid view expander panel disabled
Expand Down

0 comments on commit 2d66243

Please sign in to comment.