clarify activity log checkbox

This commit is contained in:
2026-04-20 20:26:47 -06:00
parent bbedb8af8c
commit 18016888ce

View File

@@ -60,7 +60,7 @@
<Label text="To" textFill="#64748b" />
<DatePicker fx:id="dpEnd" onAction="#onDateChanged" promptText="End date" prefWidth="140.0" prefHeight="36.0" />
<Region HBox.hgrow="ALWAYS" />
<CheckBox fx:id="chkHideViewOnly" onAction="#onFilterChanged" text="Hide view-only" />
<CheckBox fx:id="chkHideViewOnly" onAction="#onFilterChanged" text="Hide view-only actions (browsing, viewing details)" />
</children>
</HBox>