mirror of
https://github.com/monero-project/monero-gui.git
synced 2024-11-16 15:58:11 +00:00
Remove unused image, fix js/Utils.js, requires #5355
This commit is contained in:
parent
d72284dc0e
commit
568b78df81
2 changed files with 1 additions and 1 deletions
|
@ -125,6 +125,7 @@ function isUpperLock(shift, letter){
|
|||
else
|
||||
return true;
|
||||
}
|
||||
}
|
||||
|
||||
function qmlEach(item, properties, ignoredObjectNames, arr){
|
||||
// Traverse QML object tree and return components that match
|
||||
|
|
1
qml.qrc
1
qml.qrc
|
@ -52,7 +52,6 @@
|
|||
<file>images/expandRightPanel.png</file>
|
||||
<file>images/dropdownCopy.png</file>
|
||||
<file>images/dropdownCopy@2x.png</file>
|
||||
<file>images/dropdownDel.png</file>
|
||||
<file>images/moneroLogo2.png</file>
|
||||
<file>components/PrivacyLevelSmall.qml</file>
|
||||
<file>images/resize.png</file>
|
||||
|
|
Loading…
Reference in a new issue