ready for merging back to origin repo

pull/844/head
Brian Jian Zhao 5 years ago
parent 5d6187dfcd
commit c8a8e3936f

@ -721,7 +721,6 @@ async function showPermissionsPopupWindow() {
// Some APIs can only be used after this event occurs.
let ready = false;
app.on('ready', async () => {
console.log('see me in here');
const userDataPath = await getRealPath(app.getPath('userData'));
const installPath = await getRealPath(app.getAppPath());

@ -123,7 +123,6 @@ export class CreateGroupDialog extends React.Component<Props, State> {
<div className="spacer-lg" />
<div className="buttons">
<h1 style={{color:'white'}}>What is going on here</h1>
<button className="cancel" tabIndex={0} onClick={this.closeDialog}>
{cancelText}
</button>

Loading…
Cancel
Save