TT#31651 Call: Enable fullscreen on mobile devices by default

Change-Id: Ic6b1159d9e56140e86e0c958559c4177b92a517a
changes/99/18699/1
Hans-Peter Herzog 8 years ago
parent 8666f25670
commit 74a0bc0343

@ -134,6 +134,7 @@
mounted: function() {
if(Platform.is.mobile) {
this.$store.commit('layout/hideLeft');
this.$store.commit('layout/enableFullscreen');
} else {
this.$store.commit('layout/showLeft');
}

Loading…
Cancel
Save