diff options
| author | luigi1111 <luigi1111w@gmail.com> | 2019-04-09 23:26:21 -0400 |
|---|---|---|
| committer | luigi1111 <luigi1111w@gmail.com> | 2019-04-09 23:26:21 -0400 |
| commit | d2c47606ca8446e58ef122117f8f84b578691bab (patch) | |
| tree | d9c2ca1893b2cfc95fdc3fa02a7f04fd662b5a11 | |
| parent | d72284dc0e2aa39cc69534a8e89597ec8c93d7d7 (diff) | |
| parent | 568b78df8171a365a7d155cf71e624f19c0951b6 (diff) | |
| download | monzero-gui-d2c47606ca8446e58ef122117f8f84b578691bab.tar.gz monzero-gui-d2c47606ca8446e58ef122117f8f84b578691bab.tar.xz monzero-gui-d2c47606ca8446e58ef122117f8f84b578691bab.zip | |
Merge pull request #2061
568b78d Remove unused image, fix js/Utils.js, requires #5355 (xmrdsc)
| -rw-r--r-- | js/Utils.js | 1 | ||||
| -rw-r--r-- | qml.qrc | 1 |
2 files changed, 1 insertions, 1 deletions
diff --git a/js/Utils.js b/js/Utils.js index ec3a6851..f5a7d828 100644 --- a/js/Utils.js +++ b/js/Utils.js @@ -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 @@ -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> |
