Delete unused references to wasMobileUi

This commit is contained in:
Jeremy Mahieu 2019-12-16 23:25:04 +01:00
parent 4bc77a294d
commit 7982f46e6c
1 changed files with 0 additions and 5 deletions

View File

@ -319,11 +319,6 @@ weechat.controller('WeechatCtrl', ['$rootScope', '$scope', '$store', '$timeout',
}
});
$rootScope.wasMobileUi = false;
if (utils.isMobileUi()) {
$rootScope.wasMobileUi = true;
}
if (!settings.fontfamily) {
if (utils.isMobileUi()) {
settings.fontfamily = 'sans-serif';