new setting: Zoom on All Websites
This commit is contained in:
+6
@@ -375,6 +375,12 @@ class EngineSettingsReplicationService
|
||||
settings.inputAutoZoomEnabled,
|
||||
);
|
||||
}
|
||||
if (previous.value?.forceUserScalableContent !=
|
||||
settings.forceUserScalableContent) {
|
||||
await _service.forceUserScalableContent(
|
||||
settings.forceUserScalableContent,
|
||||
);
|
||||
}
|
||||
// LNA Settings
|
||||
if (previous.value?.lnaBlocking != settings.lnaBlocking) {
|
||||
await _service.lnaBlocking(settings.lnaBlocking);
|
||||
|
||||
+1
-1
@@ -44,7 +44,7 @@ final class EngineSettingsReplicationServiceProvider
|
||||
}
|
||||
|
||||
String _$engineSettingsReplicationServiceHash() =>
|
||||
r'41c07a48bbc90a90dd6f5a0bd48d55a3e02a1b64';
|
||||
r'cceb6359fd11a1e570208615fde0e9cb5e5f7ba3';
|
||||
|
||||
abstract class _$EngineSettingsReplicationService extends $Notifier<void> {
|
||||
void build();
|
||||
|
||||
Reference in New Issue
Block a user