Skip to content

Commit

Permalink
Merge pull request #8 from TytanRock/Issue7
Browse files Browse the repository at this point in the history
Fix selected device update issue
  • Loading branch information
TytanRock committed Aug 29, 2020
2 parents 5d28744 + e1c448f commit 45b5fa0
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions native/src/app_callbacks.c
Original file line number Diff line number Diff line change
Expand Up @@ -69,6 +69,7 @@ gint periodic_callback(gpointer data)
if(validIter) {
while(gtk_list_store_remove((GtkListStore *)_module.deviceTreeModel, &iter)) ;
}
react_changed_device(NULL, NULL); // Update selected device to fix some issues
}
/* Update firmware status if we're upgrading */
gtk_level_bar_set_value(_module.firmUpgradeStatus, _module.firmware_upgrading ? _module.firm_upgrade_status : 0);
Expand Down
2 changes: 1 addition & 1 deletion version.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
VERSION_MAJOR 0
VERSION_MINOR 3
VERSION_PATCH 0
VERSION_PATCH 1

0 comments on commit 45b5fa0

Please sign in to comment.