You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I have searched the existing open and closed issues
Feature description
In order to have all the settings identical over time it would be cool to save the last used settings in an .ini file.
benefits of that:
if found the last used settings could be applied
the user could copy its settings from one pc to another
this could also hold all the unwanted and sensible items which simple need to be left out the rendering process (as in Mask OSD items #1)
after use the ini file could be saved after a confirmation dialog if settings got changed
And if you would want to exaggerate this feature:
Give the ini a name that could be selected in a dropdown within the UI ;) (e.g. 1440p Sneaky Nexus or such)
The text was updated successfully, but these errors were encountered:
This is very similar to how the persistent settings work now. They are stored in a saved_settings.toml file (it's just a plain text file) near where the log is stored. The file is read (or created if it doesn't exist) when the program starts and updated when you change any of the OSD and SRT options.
Is there an existing feature request for this?
Feature description
In order to have all the settings identical over time it would be cool to save the last used settings in an
.ini
file.benefits of that:
And if you would want to exaggerate this feature:
Give the ini a name that could be selected in a dropdown within the UI ;) (e.g.
1440p Sneaky Nexus
or such)The text was updated successfully, but these errors were encountered: