|
|
|
@ -29,7 +29,6 @@ weechat.controller('WeechatCtrl', ['$rootScope', '$scope', '$store', '$timeout', |
|
|
|
|
|
|
|
|
|
$scope.command = ''; |
|
|
|
|
$scope.themes = ['dark', 'light', 'black', 'dark-spacious', 'blue', 'base16-default', 'base16-light', 'base16-mocha', 'base16-solarized-dark', 'base16-solarized-light']; |
|
|
|
|
$scope.utils = utils; |
|
|
|
|
|
|
|
|
|
// Initialise all our settings, this needs to include all settings
|
|
|
|
|
// or else they won't be saved to the localStorage.
|
|
|
|
@ -821,7 +820,7 @@ weechat.controller('WeechatCtrl', ['$rootScope', '$scope', '$store', '$timeout', |
|
|
|
|
$scope.disconnect(); |
|
|
|
|
} |
|
|
|
|
|
|
|
|
|
if (cordova !== undefined) { |
|
|
|
|
if (window.cordova !== undefined) { |
|
|
|
|
$scope.favico.reset(); |
|
|
|
|
} |
|
|
|
|
} |
|
|
|
|