Skip to content

Commit

Permalink
Update changelog and rating
Browse files Browse the repository at this point in the history
  • Loading branch information
Levminer committed May 30, 2022
1 parent 2bbf50d commit af272cf
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions main.js
Original file line number Diff line number Diff line change
Expand Up @@ -1249,7 +1249,6 @@ ipc.on("starAuthme", () => {
shell.openExternal("https://github.com/Levminer/authme/")

settings.statistics.opens = 0
settings.statistics.rated = true

saveSettings()
})
Expand Down Expand Up @@ -1453,7 +1452,7 @@ const releaseNotes = () => {
cancelId: 1,
noLink: true,
type: "info",
message: markdown.convert(res.data.body).split("Changelog")[0],
message: markdown.convert(res.data.body).split("Other")[0],
})
.then((result) => {
if (result.response === 0) {
Expand Down

0 comments on commit af272cf

Please sign in to comment.