Skip to content

Commit

Permalink
* Changed buton title for change startup section
Browse files Browse the repository at this point in the history
  • Loading branch information
trueromanus committed Oct 2, 2024
1 parent 045544d commit 050278d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Views/Releases.qml
Original file line number Diff line number Diff line change
Expand Up @@ -1267,7 +1267,7 @@ Page {
RoundedActionButton {
id: setToStartedSectionButton
visible: page.startedSection !== releasesViewModel.items.section
text: "Сделать стартовым"
text: mainViewModel.isSmallSizeMode ? "Сделать ст. рз." : "Сделать стартовый раздел"
textSize: !mainViewModel.isSmallSizeMode ? 11 : 10
anchors.verticalCenter: parent.verticalCenter
anchors.right: displaySection.left
Expand Down

0 comments on commit 050278d

Please sign in to comment.