mirror of
https://github.com/monero-project/monero-gui.git
synced 2026-04-09 21:37:26 -04:00
repo: remove isMobile leftovers
This commit is contained in:
@@ -58,7 +58,7 @@ Item {
|
||||
RowLayout {
|
||||
id: checkBoxLayout
|
||||
layoutDirection: iconOnTheLeft ? Qt.LeftToRight : Qt.RightToLeft
|
||||
spacing: (!isMobile ? 10 : 8)
|
||||
spacing: 10
|
||||
|
||||
Item {
|
||||
id: checkMark
|
||||
|
||||
Reference in New Issue
Block a user