mirror of
https://github.com/fish-shell/fish-shell.git
synced 2024-11-27 11:43:37 +08:00
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:
parent
58d56f91f3
commit
e3968ba872
|
@ -92,10 +92,10 @@ controllers.controller("colorsController", function($scope, $http) {
|
|||
$scope.changeSelectedColorScheme(currentScheme);
|
||||
})};
|
||||
|
||||
$scope.saveThemeButtonTitle = "Set Theme w/o Background Color";
|
||||
$scope.saveThemeButtonTitle = "Set Theme";
|
||||
|
||||
$scope.noteThemeChanged = function() {
|
||||
$scope.saveThemeButtonTitle = "Set Theme w/o Background Color";
|
||||
$scope.saveThemeButtonTitle = "Set Theme";
|
||||
}
|
||||
|
||||
$scope.setTheme = function() {
|
||||
|
|
Loading…
Reference in New Issue
Block a user