Skip to content

Commit

Permalink
release
Browse files Browse the repository at this point in the history
  • Loading branch information
vKolerts committed Dec 28, 2021
1 parent 2b81fc9 commit b70e4c2
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 4 deletions.
2 changes: 0 additions & 2 deletions views/browse_include.twig
Original file line number Diff line number Diff line change
Expand Up @@ -54,8 +54,6 @@
</div>

<script>
$id('showQueue').show(100);
$id('processingModal').modal('show');
id('nav-panel').style.top = $id('topbar').height() + 'px'; // fix navbar position
for (const {name, path} of remote.getGlobal('currentConfiguration').dirBookmarks) {
Expand Down
4 changes: 2 additions & 2 deletions views/layout.twig
Original file line number Diff line number Diff line change
Expand Up @@ -184,9 +184,9 @@
loadInclude('modals/processing.twig', 'processingmodaldiv');
loadInclude('modals/prompt.twig', 'promptmodaldiv');
loadInclude('modals/sideload-queue.twig', 'sideload-queuediv', () => {
/*loadInclude('modals/sideload-queue.twig', 'sideload-queuediv', () => {
ipcRenderer.send('sideload_read_queue', '');
});
});*/
const donShown = Date.now() - (remote.getGlobal('currentConfiguration').donShown || 0);
console.log(
Expand Down
1 change: 1 addition & 0 deletions views/modals/sideload-queue.twig
Original file line number Diff line number Diff line change
Expand Up @@ -323,6 +323,7 @@

<a class="btn btn-info btn-floating btn-lg" id="showQueue" onclick="showQueue()">1</a>
<script>
$id('showQueue').show(100);
function showQueue() {
$id('sideloadQueueModal').modal('show');
Expand Down

0 comments on commit b70e4c2

Please sign in to comment.