Skip to content

Commit

Permalink
Keep device values when disconnected
Browse files Browse the repository at this point in the history
  • Loading branch information
pcprince committed Feb 11, 2020
1 parent e2204e4 commit 433b618
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions ui.js
Original file line number Diff line number Diff line change
Expand Up @@ -301,8 +301,6 @@ exports.disableDisplay = function () {

timezoneLabel.style.color = "lightgrey";

deviceDate = new Date(0);

idLabel.style.color = "lightgrey";

idDisplay.style.color = "lightgrey";
Expand All @@ -317,8 +315,6 @@ exports.disableDisplay = function () {

configureButton.disabled = true;

initialiseDisplay();

applicationMenu.getMenuItemById("copyid").enabled = false;

};
Expand Down

0 comments on commit 433b618

Please sign in to comment.