mirror of
https://github.com/ClassiCube/ClassiCube.git
synced 2025-09-16 02:56:09 -04:00
Flatpak: re-enable update label
This commit is contained in:
parent
c6ac286662
commit
8e846102cd
@ -659,10 +659,9 @@ static struct LWidget* main_widgets[] = {
|
|||||||
(struct LWidget*)&MainScreen.btnLogin, (struct LWidget*)&MainScreen.btnResume,
|
(struct LWidget*)&MainScreen.btnLogin, (struct LWidget*)&MainScreen.btnResume,
|
||||||
(struct LWidget*)&MainScreen.lblStatus, (struct LWidget*)&MainScreen.btnDirect,
|
(struct LWidget*)&MainScreen.lblStatus, (struct LWidget*)&MainScreen.btnDirect,
|
||||||
(struct LWidget*)&MainScreen.btnSPlayer, (struct LWidget*)&MainScreen.btnRegister,
|
(struct LWidget*)&MainScreen.btnSPlayer, (struct LWidget*)&MainScreen.btnRegister,
|
||||||
(struct LWidget*)&MainScreen.btnOptions,
|
(struct LWidget*)&MainScreen.btnOptions, (struct LWidget*)&MainScreen.lblUpdate,
|
||||||
#ifndef CC_BUILD_FLATPAK
|
#ifndef CC_BUILD_FLATPAK
|
||||||
(struct LWidget*)&MainScreen.btnUpdates,
|
(struct LWidget*)&MainScreen.btnUpdates
|
||||||
(struct LWidget*)&MainScreen.lblUpdate
|
|
||||||
#endif
|
#endif
|
||||||
};
|
};
|
||||||
|
|
||||||
@ -676,11 +675,16 @@ LAYOUTS main_btnResume[] = { { ANCHOR_CENTRE, 90 }, { ANCHOR_CENTRE, -25 } };
|
|||||||
LAYOUTS main_btnDirect[] = { { ANCHOR_CENTRE, 0 }, { ANCHOR_CENTRE, 60 } };
|
LAYOUTS main_btnDirect[] = { { ANCHOR_CENTRE, 0 }, { ANCHOR_CENTRE, 60 } };
|
||||||
LAYOUTS main_btnSPlayer[] = { { ANCHOR_CENTRE, 0 }, { ANCHOR_CENTRE, 110 } };
|
LAYOUTS main_btnSPlayer[] = { { ANCHOR_CENTRE, 0 }, { ANCHOR_CENTRE, 110 } };
|
||||||
|
|
||||||
LAYOUTS main_lblUpdate[] = { { ANCHOR_MAX, 10 }, { ANCHOR_MAX, 45 } };
|
|
||||||
LAYOUTS main_btnRegister[] = { { ANCHOR_MIN, 6 }, { ANCHOR_MAX, 6 } };
|
LAYOUTS main_btnRegister[] = { { ANCHOR_MIN, 6 }, { ANCHOR_MAX, 6 } };
|
||||||
LAYOUTS main_btnOptions[] = { { ANCHOR_CENTRE, 0 }, { ANCHOR_MAX, 6 } };
|
LAYOUTS main_btnOptions[] = { { ANCHOR_CENTRE, 0 }, { ANCHOR_MAX, 6 } };
|
||||||
LAYOUTS main_btnUpdates[] = { { ANCHOR_MAX, 6 }, { ANCHOR_MAX, 6 } };
|
LAYOUTS main_btnUpdates[] = { { ANCHOR_MAX, 6 }, { ANCHOR_MAX, 6 } };
|
||||||
|
|
||||||
|
#ifndef CC_BUILD_FLATPAK
|
||||||
|
LAYOUTS main_lblUpdate[] = { { ANCHOR_MAX, 10 }, { ANCHOR_MAX, 45 } };
|
||||||
|
#else
|
||||||
|
LAYOUTS main_lblUpdate[] = { { ANCHOR_MAX, 10 }, { ANCHOR_MAX, 6 } };
|
||||||
|
#endif
|
||||||
|
|
||||||
|
|
||||||
struct ResumeInfo {
|
struct ResumeInfo {
|
||||||
cc_string user, ip, port, server, mppass;
|
cc_string user, ip, port, server, mppass;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user