Merge pull request #4791 from KucharczykL/master

This commit is contained in:
Bill Thornton
2023-09-21 13:09:51 -04:00
committed by GitHub
4 changed files with 5 additions and 3 deletions
+1 -1
View File
@@ -5,7 +5,7 @@ import * as userSettings from '../../scripts/settings/userSettings';
class BackdropScreensaver {
constructor() {
this.name = 'Backdrop ScreenSaver';
this.name = 'BackdropScreensaver';
this.type = PluginType.Screensaver;
this.id = 'backdropscreensaver';
this.supportsAnonymous = false;
+1 -1
View File
@@ -4,7 +4,7 @@ import { randomInt } from '../../utils/number.ts';
export default function () {
const self = this;
self.name = 'Logo ScreenSaver';
self.name = 'LogoScreensaver';
self.type = PluginType.Screensaver;
self.id = 'logoscreensaver';
self.supportsAnonymous = true;