mirror of
https://github.com/MrUnknownDE/VRCX.git
synced 2026-04-15 12:53:51 +02:00
code formatting
This commit is contained in:
@@ -727,13 +727,13 @@ CefSharp.BindObjectAsync(
|
||||
}
|
||||
});
|
||||
var bias = new Date(Date.now() - 60000).toJSON();
|
||||
var theme = "relax";
|
||||
var theme = 'relax';
|
||||
if (VRCXStorage.GetBool('isDarkMode') === true) {
|
||||
theme = 'sunset';
|
||||
}
|
||||
notys.forEach((noty) => {
|
||||
if (noty.created_at > bias) {
|
||||
if (VRCXStorage.GetBool('isDarkMode') === true) {
|
||||
theme = "sunset";
|
||||
}
|
||||
switch(noty.type) {
|
||||
switch (noty.type) {
|
||||
case 'OnPlayerJoined':
|
||||
new Noty({
|
||||
type: 'alert',
|
||||
|
||||
Reference in New Issue
Block a user