Skip to content
Snippets Groups Projects
Commit 43b78afd authored by DFN2's avatar DFN2
Browse files

fix links labels and app logo

parent 3b9e43c7
No related branches found
No related tags found
No related merge requests found
...@@ -18,6 +18,7 @@ ...@@ -18,6 +18,7 @@
</head> </head>
<body> <body>
<app-root></app-root> <app-root></app-root>
<script> <script>
require = require('esm')(module); require = require('esm')(module);
......
...@@ -11,7 +11,7 @@ const ocsManagerConfig = require('./configs/ocs-manager.json'); ...@@ -11,7 +11,7 @@ const ocsManagerConfig = require('./configs/ocs-manager.json');
const isDebugMode = process.argv.includes('--debug'); const isDebugMode = process.argv.includes('--debug');
const previewpicDirectory = `${app.getPath('userData')}/previewpic`; const previewpicDirectory = `${app.getPath('userData')}/previewpic`;
const windowIcon = `${__dirname}/images/app-icons/ocs-store.png`; const windowIcon = `${__dirname}/images/app-icons/pling-store.png`;
const indexFileUrl = `file://${__dirname}/index.html`; const indexFileUrl = `file://${__dirname}/index.html`;
const appConfigStoreStorage = 'application'; const appConfigStoreStorage = 'application';
......
...@@ -233,11 +233,11 @@ export default class OmniboxComponent extends BaseComponent { ...@@ -233,11 +233,11 @@ export default class OmniboxComponent extends BaseComponent {
<ul> <ul>
<li><app-button data-action="webview_startPage" data-url="https://www.pling.com/">pling.com</app-button></li> <li><app-button data-action="webview_startPage" data-url="https://www.pling.com/">pling.com</app-button></li>
<li><app-button data-action="webview_startPage" data-url="https://www.appimagehub.com/">Appimagehub.com</app-button></li> <li><app-button data-action="webview_startPage" data-url="https://www.appimagehub.com/">Appimagehub.com</app-button></li>
<li><app-button data-action="webview_startPage" data-url="https://store.kde.org/">store.kde.org</app-button></li> <li><app-button data-action="webview_startPage" data-url="https://store.kde.org/">KDE</app-button></li>
<li><app-button data-action="webview_startPage" data-url="https://www.pling.com/s/Artwork">Artwork</app-button></li> <li><app-button data-action="webview_startPage" data-url="https://www.pling.com/s/Artwork">Artwork</app-button></li>
<li><app-button data-action="webview_startPage" data-url="https://www.pling.com/s/Gnome">Gnome</app-button></li> <li><app-button data-action="webview_startPage" data-url="https://www.pling.com/s/Gnome">Gnome</app-button></li>
<li><app-button data-action="webview_startPage" data-url="https://www.pling.com/s/Comics">Comics</app-button></li> <li><app-button data-action="webview_startPage" data-url="https://www.pling.com/s/Comics">Comics</app-button></li>
<li><app-button data-action="webview_startPage" data-url="https://www.pling.com/s/XFCE">xfce-look.org</app-button></li> <li><app-button data-action="webview_startPage" data-url="https://www.pling.com/s/XFCE">XFCE</app-button></li>
<li><app-button data-action="webview_startPage" data-url="https://www.pling.com/s/Videos">Videos</app-button></li> <li><app-button data-action="webview_startPage" data-url="https://www.pling.com/s/Videos">Videos</app-button></li>
</ul> </ul>
</nav> </nav>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment