mirror of
https://github.com/MrUnknownDE/VRCX.git
synced 2026-05-06 22:46:06 +02:00
clean up
This commit is contained in:
+2
-2
@@ -647,6 +647,8 @@ import webApiService from './service/webapi.js';
|
|||||||
this.isMinimalFeed = configRepository.getBool('VRCX_minimalFeed');
|
this.isMinimalFeed = configRepository.getBool('VRCX_minimalFeed');
|
||||||
var notificationPosition = configRepository.getString('VRCX_notificationPosition');
|
var notificationPosition = configRepository.getString('VRCX_notificationPosition');
|
||||||
var notificationTimeout = configRepository.getString('VRCX_notificationTimeout');
|
var notificationTimeout = configRepository.getString('VRCX_notificationTimeout');
|
||||||
|
var notificationJoinLeaveFilter = configRepository.getString('VRCX_notificationJoinLeaveFilter');
|
||||||
|
var notificationOnlineOfflineFilter = configRepository.getString('VRCX_notificationOnlineOfflineFilter');
|
||||||
var theme = 'relax';
|
var theme = 'relax';
|
||||||
if (configRepository.getBool('isDarkMode') === true) {
|
if (configRepository.getBool('isDarkMode') === true) {
|
||||||
theme = 'sunset';
|
theme = 'sunset';
|
||||||
@@ -661,8 +663,6 @@ import webApiService from './service/webapi.js';
|
|||||||
this.feeds = feeds;
|
this.feeds = feeds;
|
||||||
|
|
||||||
if (this.appType === '2') {
|
if (this.appType === '2') {
|
||||||
var notificationJoinLeaveFilter = configRepository.getString('VRCX_notificationJoinLeaveFilter');
|
|
||||||
var notificationOnlineOfflineFilter = configRepository.getString('VRCX_notificationOnlineOfflineFilter');
|
|
||||||
var map = {};
|
var map = {};
|
||||||
_feeds.forEach((feed) => {
|
_feeds.forEach((feed) => {
|
||||||
if (feed.type === 'OnPlayerJoined' ||
|
if (feed.type === 'OnPlayerJoined' ||
|
||||||
|
|||||||
Reference in New Issue
Block a user