Add shortcuts sidebar to preferences page/dialog (#158)

This commit is contained in:
Quang Lam 2020-03-13 04:47:54 -05:00 committed by GitHub
parent 20e032f22e
commit 3154378444
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
4 changed files with 601 additions and 500 deletions

View file

@ -19,7 +19,7 @@ Our websites use:
* [Basin](https://usebasin.com/privacy) for form submissions.
* [Cloudflare](https://www.cloudflare.com/privacypolicy/) for CDN and domain management.
* [Google Tag Manager](https://support.google.com/analytics/answer/6004245?hl=en) and [Google Analytics](https://support.google.com/analytics/answer/6004245?hl=en) for analytics.
* [Mailchimp](https://mailchimp.com/) newsletter.
* [Mailchimp](https://mailchimp.com/) for newsletter.
---

View file

@ -28,7 +28,7 @@
Store
</a>
<div class="navbar-item has-dropdown is-hoverable">
<a class="navbar-link" href="/products">
<a class="navbar-link" href="https://atomery.com/products">
Products
</a>

View file

@ -14,7 +14,7 @@ const create = () => {
const attachToMenubar = getPreference('attachToMenubar');
win = new BrowserWindow({
width: 500,
width: 760,
height: 600,
resizable: false,
maximizable: false,

File diff suppressed because it is too large Load diff