Limited login with email to only working platforms
This commit is contained in:
parent
a6e075d1f6
commit
be14ca1811
@ -52,7 +52,9 @@ socket.on("toast", (data)=>{
|
||||
})
|
||||
|
||||
window.addEventListener('pywebviewready', function() {
|
||||
if (window.pywebview.platform == "gtk"){
|
||||
$('#open_login_prompt').prop('disabled', false);
|
||||
}
|
||||
})
|
||||
|
||||
$(function(){
|
||||
|
Loading…
Reference in New Issue
Block a user