File tree Expand file tree Collapse file tree 1 file changed +7
-0
lines changed
Assets/MXR.SDK/Runtime/Types Expand file tree Collapse file tree 1 file changed +7
-0
lines changed Original file line number Diff line number Diff line change @@ -177,6 +177,12 @@ public Video KioskVideo {
177
177
[ JsonIgnore ]
178
178
public bool IsWifiHidden => TryGet ( x => x . customLauncherSettings . hiddenSettings . wifi , false ) ;
179
179
180
+ /// <summary>
181
+ /// Helper property for whether the screen recording icon is hidden
182
+ /// </summary>
183
+ [ JsonIgnore ]
184
+ public bool IsScreenRecordingHidden => TryGet ( x => x . customLauncherSettings . hiddenSettings . screenRecording , false ) ;
185
+
180
186
/// <summary>
181
187
/// Helper property for whether the Admin settings are hidden
182
188
/// </summary>
@@ -341,6 +347,7 @@ public class HiddenSettings {
341
347
public bool wifi ;
342
348
public bool passthrough ;
343
349
public bool brightness ;
350
+ public bool screenRecording ;
344
351
public bool adminSettings ;
345
352
}
346
353
/// <summary>
You can’t perform that action at this time.
0 commit comments