mirror of
https://github.com/ente-io/ente.git
synced 2025-08-07 23:18:10 +00:00
[mob][photos] format
This commit is contained in:
parent
d2f20140da
commit
d16566ec31
@ -58,7 +58,8 @@ class LocalSettings {
|
||||
return getRateUsShownCount() < kRateUsPromptThreshold;
|
||||
}
|
||||
|
||||
bool get isMLIndexingEnabled => _prefs.getBool(_kisMLIndexingEnabled) ?? enoughRamForLocalIndexing;
|
||||
bool get isMLIndexingEnabled =>
|
||||
_prefs.getBool(_kisMLIndexingEnabled) ?? enoughRamForLocalIndexing;
|
||||
|
||||
bool get userEnabledMultiplePart =>
|
||||
_prefs.getBool(kEnableMultiplePart) ?? false;
|
||||
|
Loading…
x
Reference in New Issue
Block a user