Skip to content

Commit

Permalink
Fix loading view not showing by default
Browse files Browse the repository at this point in the history
  • Loading branch information
zeebok committed Aug 16, 2024
1 parent 3019b88 commit f7d21a1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Views/AppListUpdateView.vala
Original file line number Diff line number Diff line change
Expand Up @@ -165,8 +165,8 @@ namespace AppCenter.Views {
var stack = new Gtk.Stack () {
transition_type = UNDER_UP
};
stack.add (main_box);
stack.add (loading_view);
stack.add (main_box);

add (stack);

Expand Down

0 comments on commit f7d21a1

Please sign in to comment.