Limited login with email to only working platforms

This commit is contained in:
RemixDev 2020-04-13 21:35:07 +02:00
parent a6e075d1f6
commit be14ca1811
1 changed files with 3 additions and 1 deletions

View File

@ -52,7 +52,9 @@ socket.on("toast", (data)=>{
})
window.addEventListener('pywebviewready', function() {
if (window.pywebview.platform == "gtk"){
$('#open_login_prompt').prop('disabled', false);
}
})
$(function(){