forked from Shinonome/dots-hyprland
"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:
@@ -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;
|
||||
|
||||
@@ -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,
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user