Make S Pen action ids unique
This commit is contained in:
parent
5e6c0bbc14
commit
4044b0897e
@ -3,7 +3,7 @@
|
||||
actionset_label="@string/app_name"
|
||||
version="1.2">
|
||||
<action
|
||||
id="tachiyomi_next_page"
|
||||
id="tachiyomi_sy_next_page"
|
||||
label="@string/spen_next_page"
|
||||
priority="1"
|
||||
repeatable="true"
|
||||
@ -14,7 +14,7 @@
|
||||
value="click" />
|
||||
</action>
|
||||
<action
|
||||
id="tachiyomi_previous_page"
|
||||
id="tachiyomi_sy_previous_page"
|
||||
label="@string/spen_previous_page"
|
||||
priority="2"
|
||||
repeatable="true"
|
||||
@ -25,7 +25,7 @@
|
||||
value="double_click" />
|
||||
</action>
|
||||
<action
|
||||
id="tachiyomi_back"
|
||||
id="tachiyomi_sy_back"
|
||||
label="@string/action_webview_back"
|
||||
priority="3"
|
||||
repeatable="true"
|
||||
@ -36,7 +36,7 @@
|
||||
value="circle_ccw" />
|
||||
</action>
|
||||
<action
|
||||
id="tachiyomi_next_chapter"
|
||||
id="tachiyomi_sy_next_chapter"
|
||||
label="@string/action_next_chapter"
|
||||
priority="4"
|
||||
repeatable="true"
|
||||
@ -47,7 +47,7 @@
|
||||
value="swipe_right" />
|
||||
</action>
|
||||
<action
|
||||
id="tachiyomi_previous_chapter"
|
||||
id="tachiyomi_sy_previous_chapter"
|
||||
label="@string/action_previous_chapter"
|
||||
priority="5"
|
||||
repeatable="true"
|
||||
|
Loading…
x
Reference in New Issue
Block a user