forked from Shinonome/dots-hyprland
sidebar: add option to disable translator tab
This commit is contained in:
@@ -569,6 +569,15 @@ ContentPage {
|
||||
}
|
||||
}
|
||||
|
||||
ConfigSwitch {
|
||||
buttonIcon: "translate"
|
||||
text: Translation.tr('Enable translator')
|
||||
checked: Config.options.sidebar.translator.enable
|
||||
onCheckedChanged: {
|
||||
Config.options.sidebar.translator.enable = checked;
|
||||
}
|
||||
}
|
||||
|
||||
ContentSubsection {
|
||||
title: Translation.tr("Corner open")
|
||||
tooltip: Translation.tr("Allows you to open sidebars by clicking or hovering screen corners regardless of bar position")
|
||||
|
||||
Reference in New Issue
Block a user