make instance settings account selector a comboBox
Signed-off-by: leo78913 <leo3758@riseup.net>
This commit is contained in:
parent
d5c6a1b4d1
commit
7537ea1ef5
3 changed files with 15 additions and 51 deletions
|
@ -95,12 +95,11 @@ private slots:
|
|||
|
||||
void updateAccountsMenu();
|
||||
QIcon getFaceForAccount(MinecraftAccountPtr account);
|
||||
void changeInstanceAccount();
|
||||
void changeInstanceAccount(int index);
|
||||
|
||||
private:
|
||||
Ui::InstanceSettingsPage *ui;
|
||||
BaseInstance *m_instance;
|
||||
SettingsObjectPtr m_settings;
|
||||
unique_qobject_ptr<JavaCommon::TestCheck> checker;
|
||||
QMenu *accountMenu = nullptr;
|
||||
};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue