mirror of
https://github.com/amidaware/tacticalrmm.git
synced 2026-04-26 15:05:57 +03:00
[GH-ISSUE #1010] Change to a flat Windows logo #2560
Labels
No labels
In Process
bug
bug
dev-triage
documentation
duplicate
enhancement
fixed
good first issue
help wanted
integration
invalid
pull-request
question
requires agent update
security
ui tweak
wontfix
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/tacticalrmm#2560
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @djsvi on GitHub (Mar 21, 2022).
Original GitHub issue: https://github.com/amidaware/tacticalrmm/issues/1010
I'd like the Windows logo image to be swapped with a flat version in keeping with the rest of TRMM's styling.
I'd much prefer a colourful one - https://commons.wikimedia.org/wiki/File:Microsoft_logo.svg - but if it must be blue there's this one - https://commons.wikimedia.org/wiki/File:Windows_logo_-_2021.svg
Thanks!
@sadnub commented on GitHub (Mar 21, 2022):
These are the icons available to choose from: https://quasar.dev/vue-components/icon#introduction
At the top of that page it shows the different icon services. Can you find something in there?
@djsvi commented on GitHub (Mar 21, 2022):
Ah. How about
<font-awesome-icon icon="fa-brands fa-microsoft" />then (or the equivalent from the library you are making heaviest use of)?@djsvi commented on GitHub (Mar 21, 2022):
As a test I used the developer console to change from mdi-microsoft-windows to just mdi-microsoft and I think it looks much nicer flat..
@silversword411 commented on GitHub (Mar 22, 2022):
The all-square doesn't match Win10 start button, which the current icon does. #JustSayin
@djsvi commented on GitHub (Mar 22, 2022):
Yep, it looks crap there too :) Microsoft replaced it with a flat version in Windows 11 (though I certainly wouldn't recommend Windows 11 on that basis!)
@silversword411 commented on GitHub (Mar 22, 2022):
This is a personal taste...I think you'd need to have a vote on discord to decide this one ;)
@wh1te909 commented on GitHub (Mar 22, 2022):
we should add a logos override file where you can specify your own logos for certain things like this
@plao commented on GitHub (Mar 22, 2022):
👍
@sadnub commented on GitHub (Apr 17, 2022):
Lets do a vote. I personally like the non-flat icon lol.
@dinger1986 commented on GitHub (Apr 17, 2022):
I'm with you @sadnub much prefer the non flat one
@djsvi commented on GitHub (Apr 18, 2022):
I vote for the flat icon.
Here's a Tampermonkey script for those who prefer the flat icon (assuming the majority vote is to keep the current icon).