commit d0c766b0f6a08695c5c791ccc592ec3985369e74
parent bac9b6d3c61786206eff19cc22697aeb4edf71ce
Author: FIGBERT <figbert@figbert.com>
Date: Fri, 11 Dec 2020 11:52:10 -0800
Hide title of priority picker while editing
Diffstat:
2 files changed, 2 insertions(+), 0 deletions(-)
diff --git a/iOS/TaskView.swift b/iOS/TaskView.swift
@@ -96,6 +96,7 @@ struct TaskView: View {
Text("!!!").tag(3)
})
.pickerStyle(SegmentedPickerStyle())
+ .labelsHidden()
}
if config.showingDelete {
Image(systemName: "trash.circle.fill")
diff --git a/macOS/TaskView.swift b/macOS/TaskView.swift
@@ -95,6 +95,7 @@ struct TaskView: View {
Text("!!!").tag(3)
})
.pickerStyle(SegmentedPickerStyle())
+ .labelsHidden()
}
if config.showingDelete {
Image(systemName: "trash.circle.fill")