Skip to content

Commit

Permalink
Fixed shuffleboard api widgets getting placed into top left corner on…
Browse files Browse the repository at this point in the history
… startup
  • Loading branch information
Gold872 committed Dec 10, 2023
1 parent 51732d1 commit 28d22a4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/pages/dashboard_page.dart
Original file line number Diff line number Diff line change
Expand Up @@ -173,7 +173,7 @@ class _DashboardPageState extends State<DashboardPage> with WindowListener {
},
);

Future.sync(() {
Future.delayed(const Duration(seconds: 1), () {
apiListener.initializeSubscriptions();
apiListener.initializeListeners();
nt4Connection.nt4Client.recallAnnounceListeners();
Expand Down

0 comments on commit 28d22a4

Please sign in to comment.