Area: Settings
Reaching the Settings Area
The Settings area can be reached from the main UI by selecting the “Settings” option on the top right-hand side of the main UI.
Settings Area Overview

The Settings area can be divided into the following options.
Language: This is a personal setting. Users can choose from the available languages to view VidiControl.
Date Format: This is a personal setting. Users can choose to which date format to follow.
Color Scheme: The user can change between two color schemes.
Booking dialogue: Defines the opening mode of the dialog.
Documentation: Opens up VidiControls documentation.
About: This provides the user with VidiCore API and VidiControl versions.
Log Out: The active user is shown and can log out of the session with this last option.
About Dialog
The About Dialog offers the possibility to copy different version information to the clipboard.

Version Text (1): Clicking on the version text copies the version text to the clipboard:
VidiControl Version 24.3.229935
Copy Symbol (2): Clicking on the copy symbol copies all version information to the clipboard as a JSON:
[
{
"VidiControl Version": "24.3.229935"
},
{
"Config Portal Version": "24.2.43"
},
{
"Config Portal Last Commit Hash": "3e358f80deb3322b7fdfac1c4ac173f65993fddf"
},
{
"Config Portal Last Modified Date": "05/08/2024, 10:47:09 AM"
},
{
"VidiCore API Version": "24.2.1-0-g9e23eeb9b9"
},
{
"Authentication Service Version": "24.2.17"
}
]