Skip to content

Commit

Permalink
Fix release notes
Browse files Browse the repository at this point in the history
  • Loading branch information
Levminer committed Dec 29, 2021
1 parent b703350 commit 7cafbe6
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions main.js
Original file line number Diff line number Diff line change
Expand Up @@ -1411,7 +1411,7 @@ const releaseNotes = () => {
cancelId: 1,
noLink: true,
type: "info",
message: markdown.convert(res.data.body),
message: markdown.convert(res.data.body).split("Changelog")[0],
})
.then((result) => {
if (result.response === 0) {
Expand Down Expand Up @@ -1658,10 +1658,6 @@ const createTray = () => {
enabled: false,
icon: path.join(__dirname, "img/traymenu.png"),
},
{
label: pre_release ? `(${build_number})` : `(${release_date})`,
enabled: false,
},
{ type: "separator" },
{
label: application_shown ? "Hide App" : "Show App",
Expand Down

0 comments on commit 7cafbe6

Please sign in to comment.