From 27c43282ef076723ae579058497fd75817a78347 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Martin=20Kl=C3=A4hn?= Date: Mon, 2 Oct 2023 11:42:50 +0200 Subject: [PATCH] Configured the PauseStep used to show the rating view as skipable when the rating view is skipped (#38) --- cinema/src/main/resources/tweetwallConfig.json | 12 ++++++++---- 1 file changed, 8 insertions(+), 4 deletions(-) diff --git a/cinema/src/main/resources/tweetwallConfig.json b/cinema/src/main/resources/tweetwallConfig.json index 67034a9..52d89e8 100644 --- a/cinema/src/main/resources/tweetwallConfig.json +++ b/cinema/src/main/resources/tweetwallConfig.json @@ -59,14 +59,16 @@ "talkHeight": 125, "talkVGap": 5, "topVotedType": "TODAY", - "stepDuration": 500 + "stepDuration": 500, + "skipTokenValue": "TopRatedToday" } }, { "stepClassName": "org.tweetwallfx.stepengine.steps.PauseStep", "config": { "unit": "SECONDS", - "amount": "15" + "amount": "15", + "skipWhenSkipped": "TopRatedToday" } }, { @@ -119,14 +121,16 @@ "talkHeight": 125, "talkVGap": 5, "topVotedType": "WEEK", - "stepDuration": 500 + "stepDuration": 500, + "skipTokenValue": "TopRatedWeek" } }, { "stepClassName": "org.tweetwallfx.stepengine.steps.PauseStep", "config": { "unit": "SECONDS", - "amount": "15" + "amount": "15", + "skipWhenSkipped": "TopRatedWeek" } }, {