Skip to content

Commit 7673365

Browse files
authored
Update PreferencesSettingsService.cs (#8190)
1 parent 899430f commit 7673365

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Files/Services/Implementation/PreferencesSettingsService.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ public bool AreSystemItemsHidden
4444

4545
public bool ShowDotFiles
4646
{
47-
get => Get(false);
47+
get => Get(true);
4848
set => Set(value);
4949
}
5050

0 commit comments

Comments
 (0)