Skip to content

Commit 91b5de9

Browse files
committed
CSSTUDIO-2072 Add 'assign_pvs_from_clipboard_to_the_same_axis_by_default' to 'databrowser_preferences.properties'.
1 parent 78c86ca commit 91b5de9

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

app/databrowser/src/main/resources/databrowser_preferences.properties

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -155,4 +155,9 @@ config_dialog_supported=false
155155
# Determines default value axis label policy. Supported options:
156156
# pv-name: classic policy. Default if this property is not set or set to an unsupported value.
157157
# pv-desc: use DESC field, if available from PV and non-empty. Works only with pva.
158-
value_axis_label_policy=pv-name
158+
value_axis_label_policy=pv-name
159+
160+
# Determines whether, by default, in the "Add PV(s) from the Clipboard"-window, the option to add
161+
# all PVs to the same axis is enabled (when 'true'), or whether the option to add all PVs to
162+
# different axes is enabled (when 'false').
163+
assign_pvs_from_clipboard_to_the_same_axis_by_default=false

0 commit comments

Comments
 (0)