Skip to content

Commit ff7eb87

Browse files
XTorLukasyaira2
andauthored
Update src/Files.App/UserControls/TabBar/TabBar.xaml.cs
Co-authored-by: Yair <[email protected]>
1 parent 4a7e2db commit ff7eb87

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Files.App/UserControls/TabBar/TabBar.xaml.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -358,7 +358,7 @@ private void TabViewItem_Loaded(object sender, RoutedEventArgs e)
358358
}
359359
}
360360

361-
private async void DragAreaRectangle_Loaded(object? sender, RoutedEventArgs e)
361+
private async void DragAreaRectangle_Loaded(object sender, RoutedEventArgs e)
362362
{
363363
if (HorizontalTabView.ActualWidth <= 0 && TabBarAddNewTabButton.Width <= 0)
364364
await Task.Delay(100);

0 commit comments

Comments
 (0)