Add themes
This commit is contained in:
@@ -1,6 +1,7 @@
|
||||
export class SettingsType {
|
||||
constructor(
|
||||
public allowNotifications: boolean = true,
|
||||
public alwaysShowGamesInSidebar: boolean = true
|
||||
public alwaysShowGamesInSidebar: boolean = true,
|
||||
public theme: number = 0
|
||||
) { }
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user