see changes

pull/844/head
Brian Jian Zhao 6 years ago
parent dfca294ede
commit 3925f12203

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

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

@ -58,6 +58,9 @@ export class SessionModal extends React.PureComponent<Props, State> {
} = this.props; } = this.props;
const { isVisible } = this.state; const { isVisible } = this.state;
console.log(this.props.children, "what is actually in here");
return isVisible ? ( return isVisible ? (
<div className={'session-modal'}> <div className={'session-modal'}>
{showHeader ? ( {showHeader ? (

Loading…
Cancel
Save