|
|
@ -21,7 +21,7 @@ weechat.controller('WeechatCtrl', ['$rootScope', '$scope', '$store', '$timeout', |
|
|
|
}; |
|
|
|
}; |
|
|
|
|
|
|
|
|
|
|
|
$scope.command = ''; |
|
|
|
$scope.command = ''; |
|
|
|
$scope.themes = ['dark', 'light', 'black']; |
|
|
|
$scope.themes = ['dark', 'light', 'black', 'dark-spacious']; |
|
|
|
|
|
|
|
|
|
|
|
// Initialise all our settings, this needs to include all settings
|
|
|
|
// Initialise all our settings, this needs to include all settings
|
|
|
|
// or else they won't be saved to the localStorage.
|
|
|
|
// or else they won't be saved to the localStorage.
|
|
|
|