script.module.inputstreamhelper: Inconsistent last_update
I think we should have another thought about last_update
, which iirc should more appropriately be called last_checked
or something. Maybe we could also add a real last_updated
, which would reflect when a new version was installed. Not sure whether that is needed and how to handle backups/rollbacks though.
About this issue
- Original URL
- State: closed
- Created 4 years ago
- Reactions: 1
- Comments: 16
I changed
last_update
tolast_modified
and moved theset_setting()
as discussed. I think the changes to info dialog should be in another PR.The information displayed in the GUI must be unambiguous to the user. Currently, this is not the case.
I think the GUI should show this:
I think that is the most logical solution, this means that
last_check
is not shown in the GUI anymore and insteadlast_update
is shown.