-
-
Notifications
You must be signed in to change notification settings - Fork 6.3k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[pvr] adjust labels and refactoring for setting 'pvrplayback.startlast' #4969
[pvr] adjust labels and refactoring for setting 'pvrplayback.startlast' #4969
Conversation
This change the current used labels 'Yes' and 'Minimised' to 'Foreground' and 'Background', so it's easier to understand what's happen if you choose one of these options.
…last' This removes the filler method for setting 'pvrplayback.startlast' and add options directly to the settings.xml.
Looks good to me. |
@opdenkamp ping |
no opinions? so i think it's fine. |
jenkins build this please |
told you i was busy this week and that i wouldn't have time to look at it... |
@@ -1238,14 +1238,15 @@ | |||
<default>true</default> | |||
<control type="toggle" /> | |||
</setting> | |||
<setting id="pvrplayback.startlast" type="integer" label="19189" help="36228"> | |||
<setting id="pvrplayback.continuelast" type="integer" label="19189" help="36228"> |
This comment was marked as spam.
This comment was marked as spam.
Sorry, something went wrong.
This comment was marked as spam.
This comment was marked as spam.
Sorry, something went wrong.
dropped the commit which change the setting name |
jenkins build this please |
@opdenkamp any objections? |
nope |
…-startlast [pvr] adjust labels and refactoring for setting 'pvrplayback.startlast'
…back-startlast [pvr] adjust labels and refactoring for setting 'pvrplayback.startlast'
I adjust the current used labels Minimised and Yes for the setting Continue last channel on startup to Background and Foreground, so they will be more suitable in case a user choose one of this options.
Apart from the label changes, I also change the current implementation for the setting. I removed the filler method and add the option directly to the settings.xml, which saves some lines in PVRManager.