Skip to content

Commit f85849b

Browse files
authored
Integrating usage module display
1 parent 14e3168 commit f85849b

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

app/methods.js

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -72,6 +72,10 @@ t = module.exports = {
7272
return config.LogsForEachUser == true;
7373
},
7474

75+
CheckData: function() {
76+
return config.checkdata == true;
77+
},
78+
7579
DailyChatLogsEnabled: function() {
7680
return config.LogsForEachDay == true;
7781
},

0 commit comments

Comments
 (0)