mirror of
https://gitlab.com/RemixDev/deemix-webui.git
synced 2024-12-29 10:56:05 +00:00
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() {
|
||||
$('#open_login_prompt').prop('disabled', false);
|
||||
if (window.pywebview.platform == "gtk"){
|
||||
$('#open_login_prompt').prop('disabled', false);
|
||||
}
|
||||
})
|
||||
|
||||
$(function(){
|
||||
|
|
Loading…
Reference in a new issue