mirror of
https://github.com/BrenBroZAYT/dashy.git
synced 2026-06-16 08:15:46 +00:00
@@ -157,8 +157,8 @@ export default {
|
|||||||
this.$emit('itemClicked');
|
this.$emit('itemClicked');
|
||||||
// Update the most/ last used ledger, for smart-sorting
|
// Update the most/ last used ledger, for smart-sorting
|
||||||
if (!this.appConfig.disableSmartSort) {
|
if (!this.appConfig.disableSmartSort) {
|
||||||
this.incrementMostUsedCount(this.id);
|
this.incrementMostUsedCount(this.item.id);
|
||||||
this.incrementLastUsedCount(this.id);
|
this.incrementLastUsedCount(this.item.id);
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
/* Open item, using specified method */
|
/* Open item, using specified method */
|
||||||
|
|||||||
Reference in New Issue
Block a user