Skip to content

Commit

Permalink
fix(search): uid missing (#1233)
Browse files Browse the repository at this point in the history
  • Loading branch information
GeopJr authored Dec 1, 2024
1 parent 9d2177f commit 38b3280
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/Views/Search.vala
Original file line number Diff line number Diff line change
Expand Up @@ -85,6 +85,8 @@ public class Tuba.Views.Search : Views.TabbedBase {
Views.ContentBase hashtags_tab;

construct {
this.uid = 1;

label = _("Search");
this.empty_timeline_icon = "system-search";
this.empty_state_title = _("Search");
Expand Down

0 comments on commit 38b3280

Please sign in to comment.