mirror of
https://repo.dactyloidae.xyz/Dactyloidae/UXP.git
synced 2026-09-08 08:48:39 +09:00
moebius#350: Don't display storage-sidebar after deleting all cookies
Issue #31 https://github.com/MoonchildProductions/moebius/pull/350
This commit is contained in:
parent
8a1405d8b9
commit
558c645ef6
3 changed files with 46 additions and 32 deletions
|
|
@ -26,7 +26,7 @@ add_task(function* () {
|
|||
for (let i = 0; i < UPDATE_COUNT; i++) {
|
||||
info(`Performing update #${i}`);
|
||||
updates.push(gUI.once("sidebar-updated"));
|
||||
gUI.displayObjectSidebar();
|
||||
gUI.updateObjectSidebar();
|
||||
}
|
||||
yield promise.all(updates);
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue