Change base class name
This commit is contained in:
+2
-2
@@ -24,7 +24,7 @@ const GSETTINGS_SCHEMA = 'org.gnome.desktop.interface';
|
|||||||
const GSETTINGS_PROPERTY = 'gtk-theme';
|
const GSETTINGS_PROPERTY = 'gtk-theme';
|
||||||
|
|
||||||
|
|
||||||
class Extension {
|
class Switcher {
|
||||||
|
|
||||||
enable() {
|
enable() {
|
||||||
this.theme = new Themer();
|
this.theme = new Themer();
|
||||||
@@ -173,5 +173,5 @@ class Nightlighter {
|
|||||||
|
|
||||||
|
|
||||||
function init() {
|
function init() {
|
||||||
return new Extension();
|
return new Switcher();
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user