Moved the button to adjust time to the settings page.

This commit is contained in:
David Carley
2022-07-22 22:50:19 -07:00
parent 2efd753d95
commit 2e08c824de
3 changed files with 21 additions and 10 deletions

View File

@@ -532,10 +532,6 @@ module.exports = {
showProbeDialog: function (probeType) {
SvelteComponents.showDialog("Probe", { probeType });
},
showSetTimeDialog: function () {
SvelteComponents.showDialog("SetTime");
}
},