🩹 Remove continious update from disk space widget

This commit is contained in:
Alicia Sykes 2022-01-15 21:28:25 +00:00
parent 8b1282c5e1
commit 323123e6c0
1 changed files with 0 additions and 3 deletions

View File

@ -53,9 +53,6 @@ export default {
this.disks = diskData;
},
},
created() {
this.overrideUpdateInterval = 2;
},
mounted() {
this.background = getValueFromCss('widget-accent-color');
},