see changes

This commit is contained in:
Brian Jian Zhao 2020-02-12 23:18:00 +11:00
parent dfca294ede
commit 3925f12203
3 changed files with 5 additions and 0 deletions

View file

@ -721,6 +721,7 @@ 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());

View file

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

View file

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