Remove "w/o Background Color" text from Set Theme button in fish_config

This is important information but the Set button is the wrong place to
put it.
This commit is contained in:
ridiculousfish 2016-03-02 15:02:28 -08:00
parent 58d56f91f3
commit e3968ba872

View file

@ -92,10 +92,10 @@ controllers.controller("colorsController", function($scope, $http) {
$scope.changeSelectedColorScheme(currentScheme); $scope.changeSelectedColorScheme(currentScheme);
})}; })};
$scope.saveThemeButtonTitle = "Set Theme w/o Background Color"; $scope.saveThemeButtonTitle = "Set Theme";
$scope.noteThemeChanged = function() { $scope.noteThemeChanged = function() {
$scope.saveThemeButtonTitle = "Set Theme w/o Background Color"; $scope.saveThemeButtonTitle = "Set Theme";
} }
$scope.setTheme = function() { $scope.setTheme = function() {