mirror of
https://github.com/sunnypilot/sunnypilot.git
synced 2026-08-05 17:45:40 +08:00
Gate behind flag
This commit is contained in:
@@ -13,14 +13,15 @@ DisplayPanel::DisplayPanel(QWidget *parent) : ListWidget(parent, false) {
|
||||
.arg(tr("Enabled: Wake the brightness of the screen to display all events."))
|
||||
.arg(tr("Disabled: Wake the brightness of the screen to display critical events.")),
|
||||
"../assets/offroad/icon_blank.png",
|
||||
#ifdef ENABLE_DASHCAM
|
||||
},
|
||||
// Disabling due to https://discord.com/channels/880416502577266699/1223238728852574269
|
||||
//{
|
||||
// "ScreenRecorder",
|
||||
// tr("Enable Screen Recorder"),
|
||||
// tr("Enable this will display a button on the onroad screen to toggle on or off real-time screen recording with UI elements."),
|
||||
// "../assets/offroad/icon_blank.png"
|
||||
//}
|
||||
{
|
||||
"ScreenRecorder",
|
||||
tr("Enable Screen Recorder"),
|
||||
tr("Enable this will display a button on the onroad screen to toggle on or off real-time screen recording with UI elements."),
|
||||
"../assets/offroad/icon_blank.png"
|
||||
#endif
|
||||
}
|
||||
};
|
||||
|
||||
// General: Max Time Offroad (Shutdown timer)
|
||||
|
||||
Reference in New Issue
Block a user