diff options
author | bruvzg <7645683+bruvzg@users.noreply.github.com> | 2023-08-03 12:45:56 +0300 |
---|---|---|
committer | bruvzg <7645683+bruvzg@users.noreply.github.com> | 2024-02-13 15:59:35 +0200 |
commit | 8da36031e4a52b78d972fc132528a705a3af0750 (patch) | |
tree | 20348f0a12ec51271f672397e4bdc5d2c77d083d /editor | |
parent | dfe226b93346c208787728eceecc2c64d81a9553 (diff) | |
download | redot-engine-8da36031e4a52b78d972fc132528a705a3af0750.tar.gz |
Implement support for application status indicators (tray icons).
Diffstat (limited to 'editor')
-rw-r--r-- | editor/icons/StatusIndicator.svg | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/editor/icons/StatusIndicator.svg b/editor/icons/StatusIndicator.svg new file mode 100644 index 0000000000..09673b3354 --- /dev/null +++ b/editor/icons/StatusIndicator.svg @@ -0,0 +1 @@ +<svg height="16" viewBox="0 0 16 16" width="16" xmlns="http://www.w3.org/2000/svg"><path d="M8 1 5.184 3H2a1 1 0 0 0-1 1v10a1 1 0 0 0 1 1h12a1 1 0 0 0 1-1V4a1 1 0 0 0-1-1h-3.184ZM3 5h2.584L8 3.4 10.416 5H13v8H3Z" fill="#e0e0e0"/></svg> |