-
Notifications
You must be signed in to change notification settings - Fork 0
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
Launcher action to create folder structure for task if not existing #30
Comments
New button created, only appearing if the folder doesn't exist: A popup informs the user And the path is put in the clipboard The only problem for the moment, is that to make dissaper the create button after clicking on it, I refresh the discover_actions() in the launcher window, which will make unavailable the turning circle showing the progress of the opening of a soft |
Made an update to only refresh the actions if the process() from action return something Thus, we can still have the rolling charging circle on others action (apps) |
I cleanup, reworked & optimized the code. Last element to discuss is should we disable the Open Work Dir action when the workdirectory doesn't exists OR should we call the |
After testing, here are the troubles:
|
After retakes here are the returns:
|
Now everything should work fine |
Yes, I confirm the success of the tests ! |
Goal / To Do
The text was updated successfully, but these errors were encountered: