1
0
mirror of https://github.com/lensapp/lens.git synced 2025-05-20 05:10:56 +00:00

Rename system theme

Signed-off-by: Alex Andreev <alex.andreev.email@gmail.com>
This commit is contained in:
Alex Andreev 2022-03-05 11:45:53 +03:00
parent 336dc6896a
commit 8da80449fa

View File

@ -75,7 +75,7 @@ export class ThemeStore extends Singleton {
value: themeId, value: themeId,
})); }));
options.unshift({ label: "System", value: "system" }); options.unshift({ label: "Sync with computer", value: "system" });
return options; return options;
} }