We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Delete an existing profile and then click on the configure task server, and it throws errors.
Profile Create 2 profiles Delete the first one Click on the configure TaskServer button
No response
None
The text was updated successfully, but these errors were encountered:
Might be fixed by calling Get.find<HomeController>().refreshTaskWithNewProfile(); after deleting profile at deleteProfileDialogue.dart
Get.find<HomeController>().refreshTaskWithNewProfile();
deleteProfileDialogue.dart
Sorry, something went wrong.
Or may be profile is not being switched properly to another profile.
I can work on this one if @BrawlerXull is not working already.
Might be fixed by calling Get.find<HomeController>().refreshTaskWithNewProfile(); after deleting profile at deleteProfileDialogue.dart Or may be profile is not being switched properly to another profile. I can work on this one if @BrawlerXull is not working already.
Yes you may start working on it
fix: deleting profile will refresh current profile storage and tasks
ca60de2
After deletionprofile, tasks and storage directory was not being synced. Fixes: CCExtractor#423
Successfully merging a pull request may close this issue.
Describe your issue
REC-20241227231425.mp4
Delete an existing profile and then click on the configure task server, and it throws errors.
Steps to reproduce
Profile
Create 2 profiles
Delete the first one
Click on the configure TaskServer button
What was the expected result?
No response
Put here any screenshots or videos (optional)
No response
How can we contact you (optional)
No response
Would you like to work on this issue?
None
By submitting this issue, I have confirmed that:
The text was updated successfully, but these errors were encountered: