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

[FIRE-35024] - Store always run flag on exit and restore when logging in #60

Open
wants to merge 2 commits into
base: master
Choose a base branch
from

Conversation

minerjr
Copy link
Contributor

@minerjr minerjr commented Dec 31, 2024

Added new optional flag to restore the Always Run flag on login based on the value at exit. This is based on the existing Always Fly flag.

Also added new checkbox to use the flag on login or not (Default) in the Preferences->Move & View->Movement panel labeled "Restore Always Run on login" and store the value in as an additional flag in the settings.xml file.

Showing the new checkbox option. Now when you have Always Run enabled at logout, when you login again, it is set.
FIRE-35024-Flag Enabled

Change Summary:

Added two new persist values to settings.xml, FSRestoreAlwaysRunAtExit and FSAlwaysRunAtExit.
Added new checkbox to panel_preferences_move.xml FSRestoreAlwaysRunAtExit, used to enable/disable the use of the AlwaysRunAtExit setting.
Updated llappviewer to save the current always run value on disconnectviewer and to default to false on NonInteractive init.
Updated llagent to restore the always run flag only if the FSRestoreAlwaysRunAtExit flag is set by the user.

Added new optional flag to restore the Always Run flag on login based on the value at exit. This is based on the existing Always Fly flag. Also added new checkbox to use the flag on login or the not(Default) in the Movement panel.

Added two new persist values to settings.xml, FSRestoreAlwaysRunAtExit and FSAlwaysRunAtExit.
Added new checkbox to panel_preferences_move.xml FSRestoreAlwaysRunAtExit, used to enable/disable the use of the AlwaysRunAtExit setting.
Updated llappviewer to save the current always run value on disconnectviewer.
Updated llagent to restore the always run flag only if the FSRestoreAlwaysRunAtExit flag is set by the user.
Added a minor fix for a text format issue and added additional comment
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.

1 participant