Make screensaver names translateable
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user