"live config" -> "quick config"

because saving is a thing now
translations wont match 100% but "live config" still kinda makes sense
This commit is contained in:
end-4
2025-04-03 11:37:30 +02:00
parent 69e9b011d8
commit 765ba9ef6e
7 changed files with 12 additions and 12 deletions
+1 -1
View File
@@ -96,7 +96,7 @@ export const BooruSettings = () => MarginRevealer({
ConfigToggle({
icon: 'menstrual_health',
name: getString('Lewds'),
desc: getString("Shows naughty stuff when enabled.\nYa like those? Add this to user_options.jsonc:\n\t'sidebar': {\n\t'image': {\n\t\t'allowNsfw': true,\n\t}\n}"),
desc: getString("Shows naughty stuff when enabled.\nYa like those? Add this to user_options.js:\n\t'sidebar': {\n\t'image': {\n\t\t'allowNsfw': true,\n\t}\n}"),
initValue: BooruService.nsfw,
onChange: (self, newValue) => {
BooruService.nsfw = newValue;
+1 -1
View File
@@ -62,7 +62,7 @@ const centerWidgets = [
onFocus: () => execAsync('nmcli dev wifi list').catch(print),
},
{
name: getString('Live config'),
name: getString('Quick config'),
materialIcon: 'tune',
contentWidget: ModuleConfigure,
},