From b43ecb490a4032d385f378b1e140d0cb9b43a9c1 Mon Sep 17 00:00:00 2001 From: Nariman Jelveh Date: Sat, 24 Aug 2024 11:41:42 -0700 Subject: [PATCH] Place github link and icon in the toolbar --- src/gui/src/UI/UIDesktop.js | 3 +++ src/gui/src/icons/logo-github-white.svg | 6 ++++++ 2 files changed, 9 insertions(+) create mode 100644 src/gui/src/icons/logo-github-white.svg diff --git a/src/gui/src/UI/UIDesktop.js b/src/gui/src/UI/UIDesktop.js index 0bfb37db..7959643a 100644 --- a/src/gui/src/UI/UIDesktop.js +++ b/src/gui/src/UI/UIDesktop.js @@ -994,6 +994,9 @@ async function UIDesktop(options){ ht += `
`; } + // github + ht += ``; + // do not show the fullscreen button on mobile devices since it's broken if(!isMobile.phone){ // fullscreen button diff --git a/src/gui/src/icons/logo-github-white.svg b/src/gui/src/icons/logo-github-white.svg new file mode 100644 index 00000000..430c9d03 --- /dev/null +++ b/src/gui/src/icons/logo-github-white.svg @@ -0,0 +1,6 @@ + \ No newline at end of file