Merge pull request #7128 from GeorgeK1ng/notr_tweak

[1.7.4] Remove translation flag from navigation buttons
This commit is contained in:
Ivan Savenko
2026-03-22 10:48:45 +02:00
committed by GitHub
+3 -3
View File
@@ -97,7 +97,7 @@ QPushButton:pressed {
}</string>
</property>
<property name="text">
<string>&lt;</string>
<string notr="true">&lt;</string>
</property>
</widget>
</item>
@@ -135,7 +135,7 @@ QPushButton:pressed {
}</string>
</property>
<property name="text">
<string>&gt;</string>
<string notr="true">&gt;</string>
</property>
</widget>
</item>
@@ -173,7 +173,7 @@ QPushButton:pressed {
}</string>
</property>
<property name="text">
<string>X</string>
<string notr="true">X</string>
</property>
</widget>
</item>