diff --git a/img/settings-dark.svg b/img/settings-dark.svg new file mode 100644 index 00000000..b9996e13 --- /dev/null +++ b/img/settings-dark.svg @@ -0,0 +1,4 @@ + + + + diff --git a/lib/Migration/CopyDefaultIcons.php b/lib/Migration/CopyDefaultIcons.php index 7ee624c2..198b4c87 100644 --- a/lib/Migration/CopyDefaultIcons.php +++ b/lib/Migration/CopyDefaultIcons.php @@ -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 {