Move workspace indicator setting into workspace colors (#329)
This commit is contained in:
parent
d496a07a84
commit
923c62820f
1 changed files with 6 additions and 5 deletions
|
|
@ -2773,10 +2773,12 @@ struct SettingsView: View {
|
|||
.pickerStyle(.menu)
|
||||
}
|
||||
|
||||
SettingsCardDivider()
|
||||
}
|
||||
|
||||
SettingsSectionHeader(title: "Workspace Colors")
|
||||
SettingsCard {
|
||||
SettingsCardRow(
|
||||
"Active Workspace Indicator",
|
||||
"Workspace Color Indicator",
|
||||
controlWidth: pickerColumnWidth
|
||||
) {
|
||||
Picker("", selection: sidebarIndicatorStyleSelection) {
|
||||
|
|
@ -2787,10 +2789,9 @@ struct SettingsView: View {
|
|||
.labelsHidden()
|
||||
.pickerStyle(.menu)
|
||||
}
|
||||
}
|
||||
|
||||
SettingsSectionHeader(title: "Workspace Colors")
|
||||
SettingsCard {
|
||||
SettingsCardDivider()
|
||||
|
||||
SettingsCardNote("Customize the workspace color palette used by Sidebar > Tab Color. \"Choose Custom Color...\" entries are persisted below.")
|
||||
|
||||
ForEach(Array(workspaceTabDefaultEntries.enumerated()), id: \.element.name) { index, entry in
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue