mirror of
https://github.com/responsively-org/responsively-app
synced 2024-11-10 14:54:12 +00:00
addded sponsor button in release note popup
This commit is contained in:
parent
06939a0f1e
commit
466d58d34f
2 changed files with 16 additions and 2 deletions
4
desktop-app/release/app/package-lock.json
generated
4
desktop-app/release/app/package-lock.json
generated
|
@ -1,12 +1,12 @@
|
|||
{
|
||||
"name": "ResponsivelyApp",
|
||||
"version": "1.2.0",
|
||||
"version": "1.3.0",
|
||||
"lockfileVersion": 2,
|
||||
"requires": true,
|
||||
"packages": {
|
||||
"": {
|
||||
"name": "ResponsivelyApp",
|
||||
"version": "1.2.0",
|
||||
"version": "1.3.0",
|
||||
"hasInstallScript": true,
|
||||
"license": "MIT",
|
||||
"dependencies": {
|
||||
|
|
|
@ -120,6 +120,20 @@ const ReleaseNotes = () => {
|
|||
>
|
||||
Full Release Notes
|
||||
</Button>
|
||||
<Button
|
||||
onClick={() => {
|
||||
window.electron.ipcRenderer.sendMessage(
|
||||
IPC_MAIN_CHANNELS.OPEN_EXTERNAL,
|
||||
{
|
||||
url: 'https://responsively.app/sponsor/',
|
||||
}
|
||||
);
|
||||
}}
|
||||
isActionButton
|
||||
isActive
|
||||
>
|
||||
Sponsor
|
||||
</Button>
|
||||
</div>
|
||||
</>
|
||||
</Modal>
|
||||
|
|
Loading…
Reference in a new issue