-
-
Notifications
You must be signed in to change notification settings - Fork 515
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
feat: add installName userconfig #2866
Conversation
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.
I'm wondering what the default value should be.
Do we need to bake in 'Bitfocus Companion' as the default value, or would it be better to have an empty string, with that default inserted at the place of using it?
I've never been that keen on how the default page name is 'PAGE', giving that value some special properties.
Part of me wants this when unset to use the hostname of the machine, but I'm not sure that would be a good idea
I can switch this to be empty by default and replace/override 'Bitfocus Companion' in the title bar instead if that's preferred. |
75c7b64
to
149156e
Compare
@Julusian I think this is ready to go now if you want to give a fresh look. |
This adds a
userconfig
field calledinstallName
that defaults to "Bitfocus Companion" but when modified changes the browser titles and adds the name to the left of the version in the Admin header.The functionality can be useful in larger show networks when users might be configuring or utilizing Companion on more than one machine.
Closes #2813 and partially responds to #2498
TODO: