mirror of
https://github.com/tiddly-gittly/TidGi-Desktop.git
synced 2025-12-06 02:30:47 -08:00
Add shortcuts sidebar to preferences page/dialog (#158)
This commit is contained in:
parent
20e032f22e
commit
3154378444
4 changed files with 601 additions and 500 deletions
|
|
@ -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.
|
||||
|
||||
---
|
||||
|
||||
|
|
|
|||
|
|
@ -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>
|
||||
|
||||
|
|
|
|||
|
|
@ -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
Loading…
Add table
Add a link
Reference in a new issue