Skip to content
This repository has been archived by the owner on Sep 20, 2024. It is now read-only.

Commit

Permalink
ux(CreateSite): Only clear site prefs, not app prefs
Browse files Browse the repository at this point in the history
  • Loading branch information
iakdis committed Mar 18, 2023
1 parent 1759f87 commit a50a7e8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/src/pages/create_hugo_site.dart
Original file line number Diff line number Diff line change
Expand Up @@ -170,7 +170,7 @@ class _CreateHugoSiteState extends State<CreateHugoSite> {
command: commandToRun,
);

Preferences.clearPreferences();
Preferences.clearPreferencesSite();
Preferences.setOnBoardingComplete(true);

Preferences.setSitePath(
Expand Down

0 comments on commit a50a7e8

Please sign in to comment.