switch to hide user menu

This commit is contained in:
HB9HIL
2024-06-26 00:46:25 +02:00
parent 7207538eb2
commit 24f11b466d
3 changed files with 15 additions and 2 deletions

View File

@@ -728,8 +728,12 @@ $config['disable_oqrs'] = false;
| Example: Special Callsign: DL250CDF
| Operator: DF2TG
|
| It is recommend to enable also "Disable Syncing to 3rd party-Services at UI"
| More Information about this feature and how to use it, you can find here: TODO add link to Wiki
|
*/
$config['special_callsign'] = false;
$config['special_callsign'] = false;
// hides the usermenu; takes action only if "special_callsign" is true
$config['sc_hide_usermenu'] = true;