This commit is contained in:
Quang Lam 2019-12-01 21:20:38 -06:00
parent 08699e5b9c
commit 914d9516f3
5 changed files with 6 additions and 6 deletions

View file

@ -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

View file

@ -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"
},

View file

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

View file

@ -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&nbsp;
Create custom workspace from&nbsp;
{name}
</MenuItem>
</StatedMenu>

View file

@ -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,