🔥 Removes commented out code

This commit is contained in:
Alicia Sykes 2022-04-14 19:17:35 +01:00
parent 525259bcff
commit 252bc164cc
3 changed files with 2 additions and 12 deletions

View File

@ -4,6 +4,7 @@
- Adds functionality for sub-items / item-groups
- Creates an item mixin, for reusing functionality
- Item width calculated based on parent section width
- Improved mobile support, long-press for right-click
- Adds 2 new themes (`lissy` and `charry-blossom`)
- Adds 2 new widgets (`mullvad-status`, and `blacklist-check`)

View File

@ -2,5 +2,6 @@
- Adds functionality for sub-items / item-groups
- Creates an item mixin, for reusing functionality
- Item width calculated based on parent section width
- Improved mobile support, long-press for right-click
- Adds 2 new themes (`lissy` and `charry-blossom`)
- Adds 2 new widgets (`mullvad-status`, and `blacklist-check`)

View File

@ -208,18 +208,6 @@ export default {
}
return styles;
},
// /* Determines if user has enabled online status checks */
// enableStatusCheck() {
// return this.appConfig.statusCheck || false;
// },
// /* Determine how often to re-fire status checks */
// statusCheckInterval() {
// let interval = this.appConfig.statusCheckInterval;
// if (!interval) return 0;
// if (interval > 60) interval = 60;
// if (interval < 1) interval = 0;
// return interval;
// },
},
methods: {
/* Opens the iframe modal */