mirror of
https://github.com/loot/libloot.git
synced 2026-07-27 14:16:01 -07:00
Hack for sidebar plugin list being sized too small.
This commit is contained in:
@@ -1174,7 +1174,11 @@ function initVars() {
|
||||
document.getElementById('cardsNav').lastElementChild.data = loot.game.plugins;
|
||||
document.getElementById('main').lastElementChild.data = loot.game.plugins;
|
||||
|
||||
closeProgressDialog();
|
||||
setTimeout(function() {
|
||||
document.getElementById('cardsNav').lastElementChild.updateSize();
|
||||
closeProgressDialog();
|
||||
}, 100);
|
||||
|
||||
return '';
|
||||
}).catch(processCefError);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user