mirror of
https://github.com/GitJournal/GitJournal.git
synced 2025-07-15 07:56:11 +08:00
Disable onBoarding screen for now
I want to make a new release, and the onboarding is clearly not ready.
This commit is contained in:
@ -234,7 +234,7 @@ class StateContainerState extends State<StateContainer> {
|
||||
await pref.setString("remoteGitRepoPath", appState.remoteGitRepoFolderName);
|
||||
await pref.setString(
|
||||
"remoteGitRepoSubFolder", appState.remoteGitRepoSubFolder);
|
||||
await pref.setBool("onBoardingCompleted", appState.onBoardingCompleted);
|
||||
//await pref.setBool("onBoardingCompleted", appState.onBoardingCompleted);
|
||||
}
|
||||
|
||||
@override
|
||||
|
Reference in New Issue
Block a user