fix: set streaming on by default
This commit is contained in:
@@ -73,7 +73,7 @@ class VideoPreviewService {
|
||||
static const String _videoStreamingCutoff = "videoStreamingCutoff";
|
||||
|
||||
bool get isVideoStreamingEnabled {
|
||||
return _prefs.getBool(_videoStreamingEnabled) ?? false;
|
||||
return _prefs.getBool(_videoStreamingEnabled) ?? true;
|
||||
}
|
||||
|
||||
Future<void> setIsVideoStreamingEnabled(bool value) async {
|
||||
|
||||
Reference in New Issue
Block a user