mirror of
https://github.com/ImranR98/Obtainium.git
synced 2025-10-28 12:03:45 +01:00
Improved GitHub starred import + other tweaks
This commit is contained in:
@@ -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) {
|
||||
|
||||
Reference in New Issue
Block a user