Retiled
Retiled copied to clipboard
Scroll the All Apps list back to the top when using the Back button.
Only just noticed that I haven't done that before now that the Back button is usable for its intended task.
I think a simple way to do this is with signals and slots by sending a signal from the shortcut in the Tiles.qml file when pressing Escape over to a slot in the AllApps.qml file that then says to put the list back to the top. Tried to force it from the shortcut directly, but it didn't want to work that way.
Or maybe this would need a Connection?