We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent df46bf4 commit 91ac161Copy full SHA for 91ac161
1 file changed
app.js
@@ -115,6 +115,7 @@ function checkforupdate()
115
if (current_version!=app_version)
116
{
117
alert("Update available!")
118
+ gui.Shell.openExternal("https://github.com/octalmage/HotGifs/releases");
119
}
120
});
121
0 commit comments