small changes to video view

This commit is contained in:
talksik
2022-05-20 08:07:17 -05:00
parent 19a35307f6
commit 704ae7364d
2 changed files with 15 additions and 13 deletions
+2 -2
View File
@@ -42,8 +42,8 @@
[
"@electron-forge/plugin-webpack",
{
"port": "4080",
"loggerPort": "9010",
"port": "4000",
"loggerPort": "9000",
"mainConfig": "./webpack.main.config.js",
"devContentSecurityPolicy": "connect-src 'self' http://localhost:5000 ws://localhost:5000 https://api.quotable.io/random 'unsafe-eval'",
"renderer": {