mirror of
https://github.com/JustArchiNET/ArchiSteamFarm.git
synced 2026-01-06 17:10:13 +00:00
IPC GUI Update Nr.13 (#874)
* Bump * Fix download buttons showing when they shouldnt * Fix all images being visible on initial opening This will fix all images inside carousel being visible on initial opening
This commit is contained in:
committed by
Łukasz Domeradzki
parent
6fe985b93d
commit
659b818706
@@ -226,4 +226,8 @@ button.bot-resumed:hover {
|
||||
|
||||
.single-btn {
|
||||
vertical-align: -webkit-baseline-middle;
|
||||
}
|
||||
}
|
||||
|
||||
[class^="games-carousel-"] .game-box:not(:first-child):not(.slick-slide){
|
||||
display: none;
|
||||
}
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
//{#region Setup
|
||||
const tmpIPCPassword = get('IPCPassword'),
|
||||
vGUI = '0.3';
|
||||
vGUI = '0.4';
|
||||
|
||||
if (tmpIPCPassword) {
|
||||
$.ajaxSetup({
|
||||
|
||||
@@ -556,6 +556,8 @@
|
||||
showLoaderOnConfirm: true
|
||||
}, function (isConfirm) {
|
||||
if (isConfirm === false) {
|
||||
$("#downloadUnusedKeysBtn").remove();
|
||||
$("#downloadUsedKeysBtn").remove();
|
||||
$('.overlay').remove();
|
||||
return false;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user