Improved GitHub starred import + other tweaks

This commit is contained in:
Imran Remtulla
2022-09-28 21:36:21 -04:00
parent 15c0ed04d1
commit 1a68b8abe6
3 changed files with 27 additions and 9 deletions

View File

@@ -115,7 +115,7 @@ class SettingsProvider with ChangeNotifier {
}
bool get showAppWebpage {
return prefs?.getBool('showAppWebpage') ?? true;
return prefs?.getBool('showAppWebpage') ?? false;
}
set showAppWebpage(bool show) {