Update design
@@ -3072,6 +3072,19 @@ input:checked + .toggleSwitchSlider:before {
|
||||
height: 20px;
|
||||
}
|
||||
|
||||
.githubSVG {
|
||||
fill: #ffffff;
|
||||
transition: 0.25s ease;
|
||||
cursor: pointer;
|
||||
height: 12px;
|
||||
width: 12px;
|
||||
}
|
||||
|
||||
.githubSVG:hover {
|
||||
height: 20px;
|
||||
width: 20px;
|
||||
}
|
||||
|
||||
/* Social media URL shared styles. */
|
||||
.mediaURL {
|
||||
outline: none;
|
||||
|
||||
|
Before Width: | Height: | Size: 244 KiB After Width: | Height: | Size: 58 KiB |
|
Before Width: | Height: | Size: 48 KiB After Width: | Height: | Size: 68 KiB |
|
Before Width: | Height: | Size: 142 KiB After Width: | Height: | Size: 58 KiB |
BIN
app/assets/images/github.png
Normal file
|
After Width: | Height: | Size: 4.7 KiB |
@@ -1453,7 +1453,7 @@ function populateAboutVersionInformation(){
|
||||
*/
|
||||
function populateReleaseNotes(){
|
||||
$.ajax({
|
||||
url: 'https://github.com/dscalzi/HeliosLauncher/releases.atom',
|
||||
url: 'https://git.chenco.dev/TrollFury/chencoLauncher/releases.atom',
|
||||
success: (data) => {
|
||||
const version = 'v' + remote.app.getVersion()
|
||||
const entries = $(data).find('entry')
|
||||
|
||||