Merge remote-tracking branch 'origin/stable'

# Conflicts:
#	package.json
#	src/routes/api/clipper.js
This commit is contained in:
zadam
2020-07-15 00:11:26 +02:00
4 changed files with 10 additions and 7 deletions

View File

@@ -193,10 +193,11 @@
</div>
<script type="text/javascript">
const glob = {
window.glob = {
sourceId: ''
};
const syncInProgress = <%= syncInProgress ? 'true' : 'false' %>;
window.syncInProgress = <%= syncInProgress ? 'true' : 'false' %>;
</script>
<!-- Required for correct loading of scripts in Electron -->