Skip to content
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

Added a logout button so that a "saved profile" can be forgotten. #286

Merged
merged 2 commits into from
May 24, 2024

Conversation

stevejackson80
Copy link

Useful if the PC is shared or if you, for whatever reason, need to share your SIT install.

New button only displays if the profile is a saved profile and updated localization files (using online translate tools) to add button text.

Character selection with a saved profile (remember me ticked on login dialog):

Saved profile - logout button

After clicking on logout:

Saved profile - logged out

ManagerConfig.json file is updated to remove the saved profile after clicking so that the next time the manager is started the profile is still logged out.

…ful if the PC is shared or if you, for whatever reason, need to share your SIT install.

New button only displays if the profile is a saved profile and updated localization files (using online translate tools) to add button text.
Removed erroneous new AkiCharacter object and use existing instance that is passed into the view model.

Removed redundent code in Logout and Save Login that got the index of the server and then added/removed the AkiCharacter.  Both sections have been changed to add/remove the character from the passed AkiServer (_connectedServer) and then save the config.
@artehe artehe merged commit 99886d5 into stayintarkov:master May 24, 2024
2 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants