Skip to content
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

displaying delays in second is unfriendly #61

Open
thomasleveil opened this issue Aug 31, 2016 · 1 comment
Open

displaying delays in second is unfriendly #61

thomasleveil opened this issue Aug 31, 2016 · 1 comment

Comments

@thomasleveil
Copy link
Contributor

Users should not have to do the math to figure out the delays in minute. In the preferences, the scan delay is expressed in second:

<string-array translatable="false" name="relax_delay">
    <item>60</item>
    <item>90</item>
    <item>120</item>
    <item>180</item>
    <item>240</item>
    <item>300</item>
    <item>600</item>
</string-array>

It should be displayed in a more friendly manner as:

1 min
1 min 30 s
2 min
3 min
4 min
5 min
10 min
@Tashla
Copy link
Contributor

Tashla commented Sep 22, 2016

To be fully honest, that's just basic math (wouldn't even call it math). Reason why it's like this, is because we then can also use that value rather than having to convert it back.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants