SessionSync
SessionSync copied to clipboard
Update session save date on overwrite
When i overwrite a session, its date is not changed.
So i am sometimes lost as I don't know when i last saved it.
Assuming that you are talking about the date as in the default name that a session has...

- This is quite tricky because I assume that most users rename the session to be more informative. Initially I save it with the date because there is no other default name that I can consider to add but on overwrite I can't really know for sure if the session is renamed or not. The only thing I can probably add is to check if the folder name is similar to a date and if so to ask if it should be updated to the current save date. Otherwise it's not
If you talk about the real date of the folder (from the bookmark, the one you use for ordering) sadly I can't do anything about that since bookmark API doesn't have access to changing the date.
- What I can do here is to simply delete the only one and create a new session (but that's not really overwriting but let's say it solves the problem)
Well i talk about the following date which is never updated:

As i see, it is the folder add date in the bookmark.
As you wrote, deleting and creating it again will do the trick. Technically it is not an overwrite but from the user point of view it looks like an overwrite.
Well... I suppose I will add this to the features list. After all it's exactly as you say. Nobody knows what exactly happens behind and as long as the folder name is the same, and you can find it in the same place everything should be just fine