feat: Add custom patches sources

This commit is contained in:
Alberto Ponces
2022-09-07 02:37:25 +01:00
parent 10fbbe845e
commit 78317223cc
11 changed files with 259 additions and 206 deletions

View File

@ -14,7 +14,7 @@ class NavigationViewModel extends IndexTrackingViewModel {
case 1:
return const PatcherView();
case 2:
return SettingsView();
return const SettingsView();
default:
return const HomeView();
}