mirror of
https://github.com/JustArchiNET/ArchiSteamFarm.git
synced 2026-01-01 14:10:53 +00:00
Merge branch 'master' of https://github.com/JustArchi/ArchiSteamFarm
This commit is contained in:
@@ -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