mirror of
https://github.com/kotatogram/kotatogram-desktop
synced 2025-08-31 14:45:14 +00:00
Fixed possible incorrect order of links in Ui.
This commit is contained in:
@@ -652,11 +652,11 @@ MainMenu::MainMenu(
|
||||
tr::now,
|
||||
lt_version,
|
||||
currentVersionText()),
|
||||
{}) // Link 1.
|
||||
1) // Link 1.
|
||||
.append(QChar(' '))
|
||||
.append(QChar(8211))
|
||||
.append(QChar(' '))
|
||||
.append(Ui::Text::Link(tr::lng_menu_about(tr::now), {}))); // Link 2.
|
||||
.append(Ui::Text::Link(tr::lng_menu_about(tr::now), 2))); // Link 2.
|
||||
_version->setLink(
|
||||
1,
|
||||
std::make_shared<UrlClickHandler>(Core::App().changelogLink()));
|
||||
|
Reference in New Issue
Block a user