pull master

This commit is contained in:
hardiknai-techm
2021-05-12 09:47:19 +05:30
75 changed files with 8487 additions and 39826 deletions

View File

@@ -292,7 +292,7 @@ export class SplashScreen extends React.Component<SplashScreenProps> {
iconSrc: AddDatabaseIcon,
title: this.container.addDatabaseText(),
description: null,
onClick: () => this.container.addDatabasePane.open(),
onClick: () => this.container.openAddDatabasePane(),
});
}