Skip to content

Commit

Permalink
Remove annoying animations from operation list when adding/removing o…
Browse files Browse the repository at this point in the history
…perations (fix #3188)
  • Loading branch information
marticliment committed Jan 17, 2025
1 parent 1b2e275 commit d5b5ab4
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/UniGetUI/Pages/MainView.xaml.cs
Original file line number Diff line number Diff line change
Expand Up @@ -57,6 +57,7 @@ public sealed partial class MainView : UserControl
public MainView()
{
InitializeComponent();
OperationList.ItemContainerTransitions = null;
OperationList.ItemsSource = MainApp.Operations._operationList;
DiscoverPage = new DiscoverSoftwarePage();
UpdatesPage = new SoftwareUpdatesPage
Expand Down

0 comments on commit d5b5ab4

Please sign in to comment.