-
Notifications
You must be signed in to change notification settings - Fork 3
Description
Hey!
First of all, thanks for the website.
I was looking into this app's code and as far as I can see, this application checks ever 2 seconds if the lua file have changed, and if so it would upload it to the website. I know you can pause it so it doesn't, but I was wondering if you would like to add an option that uploads the lua files at launch of the application.
What I mean to say is that I don't believe uploading multiple times per day (and checking thousands of times per day if there's an update to upload) is particularly useful, but I would enjoy the automation of the upload procedure with the app. I would basically launch it, let it upload the files, and close it afterwards. Probably I'd do it at the end of the session.
So I would suggest to add the below to make this application work as a script, rather than a resident application:
- Add an option that will allow for the check and upload the files at application launch
- Add an option that will instantly close the application after the "launch" check and upload has been done
Thanks for the consideration :)