fix: use correct order for actions

This commit is contained in:
Johannes Frohnmeyer 2024-05-12 14:54:05 +02:00
parent c73c5ce4c8
commit c9a2aabc60
Signed by: Johannes
GPG Key ID: E76429612C2929F4

View File

@ -41,16 +41,16 @@
text="Select Contest"> text="Select Contest">
<add-to-group group-id="io.gitlab.jfronny.sdom.actions.SDToolbarActions"/> <add-to-group group-id="io.gitlab.jfronny.sdom.actions.SDToolbarActions"/>
</action> </action>
<action id="io.gitlab.jfronny.sdom.actions.SDProblemSelectionComboBoxAction"
class="io.gitlab.jfronny.sdom.actions.SDProblemSelectionComboBoxAction"
text="Select Problem">
<add-to-group group-id="io.gitlab.jfronny.sdom.actions.SDToolbarActions"/>
</action>
<action id="io.gitlab.jfronny.sdom.actions.SDGetContestsAction" <action id="io.gitlab.jfronny.sdom.actions.SDGetContestsAction"
class="io.gitlab.jfronny.sdom.actions.SDGetContestsAction" class="io.gitlab.jfronny.sdom.actions.SDGetContestsAction"
text="Refresh Contests"> text="Refresh Contests">
<add-to-group group-id="io.gitlab.jfronny.sdom.actions.SDToolbarActions"/> <add-to-group group-id="io.gitlab.jfronny.sdom.actions.SDToolbarActions"/>
</action> </action>
<action id="io.gitlab.jfronny.sdom.actions.SDProblemSelectionComboBoxAction"
class="io.gitlab.jfronny.sdom.actions.SDProblemSelectionComboBoxAction"
text="Select Problem">
<add-to-group group-id="io.gitlab.jfronny.sdom.actions.SDToolbarActions"/>
</action>
<action id="io.gitlab.jfronny.sdom.actions.SDGetProblemsAction" <action id="io.gitlab.jfronny.sdom.actions.SDGetProblemsAction"
class="io.gitlab.jfronny.sdom.actions.SDGetProblemsAction" class="io.gitlab.jfronny.sdom.actions.SDGetProblemsAction"
text="Refresh Problems"> text="Refresh Problems">