Skip to content

Commit

Permalink
presets autoloading: add an advice for users
Browse files Browse the repository at this point in the history
  • Loading branch information
Digitalone1 committed Mar 29, 2024
1 parent 142cd65 commit 170d5ab
Showing 1 changed file with 26 additions and 2 deletions.
28 changes: 26 additions & 2 deletions data/ui/pipe_manager_box.ui
Original file line number Diff line number Diff line change
Expand Up @@ -209,8 +209,20 @@
<property name="title" translatable="yes">Output</property>
<property name="child">
<object class="GtkBox">
<property name="spacing">6</property>
<property name="spacing">12</property>
<property name="orientation">vertical</property>
<child>
<object class="GtkLabel">
<property name="halign">center</property>
<property name="label" translatable="yes">Only Local Presets can be autoloaded. A Community Preset should be imported locally in order to be selected and associated to a specific device.</property>
<property name="wrap">1</property>
<property name="wrap-mode">word</property>
<style>
<class name="dim-label" />
</style>
</object>
</child>

<child>
<object class="GtkGrid">
<property name="halign">center</property>
Expand Down Expand Up @@ -327,8 +339,20 @@
<property name="title" translatable="yes">Input</property>
<property name="child">
<object class="GtkBox">
<property name="spacing">6</property>
<property name="spacing">12</property>
<property name="orientation">vertical</property>
<child>
<object class="GtkLabel">
<property name="halign">center</property>
<property name="label" translatable="yes">Only Local Presets can be autoloaded. A Community Preset should be imported locally in order to be selected and associated to a specific device.</property>
<property name="wrap">1</property>
<property name="wrap-mode">word</property>
<style>
<class name="dim-label" />
</style>
</object>
</child>

<child>
<object class="GtkGrid">
<property name="halign">center</property>
Expand Down

0 comments on commit 170d5ab

Please sign in to comment.