mirror of
https://github.com/monero-project/monero-gui.git
synced 2026-04-21 19:07:25 -04:00
Merge pull request #2377
8dab075 repo: remove isMobile leftovers (selsta)
This commit is contained in:
@@ -46,7 +46,7 @@ Rectangle {
|
||||
property string walletName: ""
|
||||
|
||||
height: {
|
||||
if(!persistentSettings.customDecorations || isMobile) return 0;
|
||||
if(!persistentSettings.customDecorations) return 0;
|
||||
return 50;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user