mirror of
https://github.com/ONLYOFFICE/desktop-apps.git
synced 2026-04-07 14:09:22 +08:00
Merge pull request 'Online installer review' (#133) from feature/online-installer-review-r6 into release/v8.3.0
This commit is contained in:
@ -336,8 +336,9 @@ void MainWindow::startInstall(const std::wstring &url)
|
||||
void MainWindow::finishInstall(const std::wstring &app_path)
|
||||
{
|
||||
/* Check box section*/
|
||||
m_is_checked = false;
|
||||
m_is_checked = true;
|
||||
CheckBox *chkBox = new CheckBox(m_cenPanel, _TR(CHECK_LAUNCH));
|
||||
chkBox->setChecked(m_is_checked);
|
||||
chkBox->setGeometry(m_cenPanel->size().width/2 - 43, 254, 180, 18);
|
||||
setSelectorStyle(chkBox);
|
||||
chkBox->onClick([chkBox, this]() {
|
||||
|
||||
Reference in New Issue
Block a user