Skip to content

Commit 784c2a5

Browse files
authored
Merge branch 'main' into test
2 parents 47b2623 + 87e7470 commit 784c2a5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/homepage.dart

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -295,7 +295,7 @@ class _HomePageState extends State<HomePage> {
295295
}
296296
Navigator.pop(context);
297297
}
298-
298+
/// Reload the recent projects from saved preferences
299299
void refreshRecentProjects() async {
300300
await loadPrefs();
301301
setState(() {

0 commit comments

Comments
 (0)