-
Notifications
You must be signed in to change notification settings - Fork 14
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
fix: Refetch profiles when opening SettingsView #498
fix: Refetch profiles when opening SettingsView #498
Conversation
based on #444 |
Yeah, probably the better way. Unless you need that button specifically I would skip adding it to DevView. When in #444 I mentioned adding buttons to call certain backend functions in spliced out PRs I meant before the frontend logic that actually calls them is implemented ^^" |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Confirmed working testing on Fedora 38 by creating a new folder in Titanfall2 dir and making it look like a profile folder. Then switching from and to SettingsView and having new profile folder show up.
Refetches profiles every time we open the SettingsView, like the local mod view does.