You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
.RegisterButton("Copy Guild Wars","Copy Guild Wars from an existing installation", sp =>sp.GetRequiredService<IViewManager>().ShowView<GuildWarsCopySelectionView>())
375
376
.RegisterButton("Event Calendar","Show current and upcoming events", sp =>sp.GetRequiredService<IViewManager>().ShowView<EventCalendarView>())
376
-
.RegisterButton("Guild Wars Party Search","Show party search broadcasts", sp =>sp.GetRequiredService<IViewManager>().ShowView<GuildWarsPartySearchView>());
377
+
.RegisterButton("Guild Wars Party Search","Show party search broadcasts", sp =>sp.GetRequiredService<IViewManager>().ShowView<GuildWarsPartySearchView>())
0 commit comments