From 2d66243af38d9852f71246bae178a86e4f445e99 Mon Sep 17 00:00:00 2001 From: MCC321-QC <69739155+MCC321-QC@users.noreply.github.com> Date: Fri, 10 Jun 2022 05:53:09 -0400 Subject: [PATCH] Fixed blur effect settings Range is now 0-2 instead of 0-1 --- source/changelog.yaml | 4 +++- source/thememodifier.yaml | 4 ++-- 2 files changed, 5 insertions(+), 3 deletions(-) diff --git a/source/changelog.yaml b/source/changelog.yaml index 5ff2964..26c9c40 100644 --- a/source/changelog.yaml +++ b/source/changelog.yaml @@ -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) diff --git a/source/thememodifier.yaml b/source/thememodifier.yaml index 31e0fe1..b48a951 100644 --- a/source/thememodifier.yaml +++ b/source/thememodifier.yaml @@ -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 @@ -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