Check if WebRTC is supported before enabling file sharing

This commit is contained in:
Torjus
2018-08-01 13:06:56 +02:00
parent 1686e3603f
commit 57fba6c8ed
6 changed files with 55 additions and 20 deletions
+4
View File
@@ -8,6 +8,10 @@
padding: 1rem;
border-bottom: 5px solid #151515;
border-radius: 3px 3px 0 0;
&.disabled {
cursor: not-allowed;
}
}
}