Skip to content

Commit 5f4165c

Browse files
authored
Fix EmptyRecycleBinButton state (#9087)
1 parent 25b18cc commit 5f4165c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Files.Uwp/ViewModels/ToolbarViewModel.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1129,7 +1129,7 @@ public async void SetAddressBarSuggestions(AutoSuggestBox sender, IShellPage she
11291129
}
11301130
}
11311131

1132-
private bool hasItem = true;
1132+
private bool hasItem = false;
11331133
public bool HasItem
11341134
{
11351135
get => hasItem;

0 commit comments

Comments
 (0)