mirror of
https://github.com/PrismLauncher/PrismLauncher.git
synced 2026-07-03 03:46:58 +03:00
Add a button to open the account list.
Also fix the account list dialog's close button.
This commit is contained in:
parent
928e0d0b15
commit
03652b01d2
5 changed files with 20 additions and 2 deletions
|
|
@ -70,6 +70,7 @@
|
|||
<addaction name="separator"/>
|
||||
<addaction name="actionCheckUpdate"/>
|
||||
<addaction name="actionSettings"/>
|
||||
<addaction name="actionManageAccounts"/>
|
||||
<addaction name="separator"/>
|
||||
<addaction name="actionReportBug"/>
|
||||
<addaction name="actionNews"/>
|
||||
|
|
@ -465,6 +466,14 @@
|
|||
<string>Add a new instance.</string>
|
||||
</property>
|
||||
</action>
|
||||
<action name="actionManageAccounts">
|
||||
<property name="text">
|
||||
<string>Manage Accounts</string>
|
||||
</property>
|
||||
<property name="toolTip">
|
||||
<string>Manage your Mojang or Minecraft accounts.</string>
|
||||
</property>
|
||||
</action>
|
||||
</widget>
|
||||
<layoutdefault spacing="6" margin="11"/>
|
||||
<resources>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue