mirror of
https://github.com/tiddly-gittly/TidGi-Desktop.git
synced 2025-12-15 15:10:31 -08:00
1.8.1
This commit is contained in:
parent
08699e5b9c
commit
914d9516f3
5 changed files with 6 additions and 6 deletions
|
|
@ -19,7 +19,7 @@ baseurl: "" # the subpath of your site, e.g. /blog
|
|||
url: "https://singleboxapp.com" # the base hostname & protocol for your site, e.g. http://example.com
|
||||
|
||||
# Custom
|
||||
singlebox_version: 1.8.0
|
||||
singlebox_version: 1.8.1
|
||||
|
||||
# Build settings
|
||||
markdown: kramdown
|
||||
|
|
|
|||
|
|
@ -1,7 +1,7 @@
|
|||
{
|
||||
"name": "Singlebox",
|
||||
"description": "All Your Apps in One Single Window",
|
||||
"version": "1.8.0",
|
||||
"version": "1.8.1",
|
||||
"engines": {
|
||||
"node": ">=12.0.0 <13.0.0"
|
||||
},
|
||||
|
|
|
|||
|
|
@ -14,7 +14,7 @@ const create = () => {
|
|||
const attachToMenubar = getPreference('attachToMenubar');
|
||||
|
||||
win = new BrowserWindow({
|
||||
width: 400,
|
||||
width: 500,
|
||||
height: 600,
|
||||
resizable: false,
|
||||
maximizable: false,
|
||||
|
|
|
|||
|
|
@ -22,7 +22,7 @@ const { remote } = window.require('electron');
|
|||
|
||||
const styles = (theme) => ({
|
||||
card: {
|
||||
width: 350,
|
||||
width: 450,
|
||||
boxSizing: 'border-box',
|
||||
borderRadius: 4,
|
||||
padding: theme.spacing.unit * 1.5,
|
||||
|
|
@ -114,7 +114,7 @@ const AppCard = (props) => {
|
|||
onUpdateMode('custom');
|
||||
}}
|
||||
>
|
||||
Create custom app from
|
||||
Create custom workspace from
|
||||
{name}
|
||||
</MenuItem>
|
||||
</StatedMenu>
|
||||
|
|
|
|||
|
|
@ -11,7 +11,7 @@ import { requestOpenInBrowser } from '../../senders';
|
|||
|
||||
const styles = (theme) => ({
|
||||
card: {
|
||||
width: 350,
|
||||
width: 450,
|
||||
boxSizing: 'border-box',
|
||||
borderRadius: 4,
|
||||
padding: theme.spacing.unit * 1.5,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue