Skip to content

Commit

Permalink
Merge pull request #412 from nextcloud/backport/411/stable25
Browse files Browse the repository at this point in the history
[stable25] Support dark/bright settings icon
  • Loading branch information
nickvergessen authored Feb 15, 2023
2 parents 7b6c535 + 11690f0 commit ecdd944
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 0 deletions.
4 changes: 4 additions & 0 deletions img/settings-dark.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
1 change: 1 addition & 0 deletions lib/Migration/CopyDefaultIcons.php
Original file line number Diff line number Diff line change
Expand Up @@ -59,6 +59,7 @@ public function run(IOutput $output): void {
$this->copyDefaultIcon($output, $folder, 'external.svg');
$this->copyDefaultIcon($output, $folder, 'external-dark.svg');
$this->copyDefaultIcon($output, $folder, 'settings.svg');
$this->copyDefaultIcon($output, $folder, 'settings-dark.svg');
}

protected function copyDefaultIcon(IOutput $output, ISimpleFolder $folder, string $file): void {
Expand Down

0 comments on commit ecdd944

Please sign in to comment.