Adjust the position of the query button in the AddCards window
This commit is contained in:
parent
678a75245f
commit
d6c611d56e
@ -108,7 +108,7 @@ def customize_addcards():
|
|||||||
AddCards.setupButtons = wrap(
|
AddCards.setupButtons = wrap(
|
||||||
AddCards.setupButtons,
|
AddCards.setupButtons,
|
||||||
add_query_button,
|
add_query_button,
|
||||||
"before"
|
"after"
|
||||||
)
|
)
|
||||||
|
|
||||||
|
|
||||||
|
|||||||
@ -108,7 +108,7 @@ def customize_addcards():
|
|||||||
AddCards.setupButtons = wrap(
|
AddCards.setupButtons = wrap(
|
||||||
AddCards.setupButtons,
|
AddCards.setupButtons,
|
||||||
add_query_button,
|
add_query_button,
|
||||||
"before"
|
"after"
|
||||||
)
|
)
|
||||||
|
|
||||||
|
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user