diff --git a/src/renderer/views/main.ejs b/src/renderer/views/main.ejs index 7f609f2b..ebfa0ac0 100644 --- a/src/renderer/views/main.ejs +++ b/src/renderer/views/main.ejs @@ -242,22 +242,27 @@ - {{$root.getLz('action.showWebRemoteQR')}} + <%- include("./svg/smartphone.svg") %> + {{$root.getLz('action.showWebRemoteQR')}} - {{$root.getLz('term.audioSettings')}} + <%- include("./svg/headphones.svg") %> + {{$root.getLz('term.audioSettings')}} - {{$root.getLz('term.about')}} + <%- include("./svg/info.svg") %> + {{$root.getLz('term.about')}} - {{$root.getLz('term.settings')}} + <%- include("./svg/settings.svg") %> + {{$root.getLz('term.settings')}} - {{$root.getLz('term.logout')}} + <%- include("./svg/log-out.svg") %> + {{$root.getLz('term.logout')}}