Skip to content

Commit

Permalink
Temp comment out code
Browse files Browse the repository at this point in the history
  • Loading branch information
majakomel committed Oct 20, 2023
1 parent 511bca5 commit ab28c3c
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion renderer/components/utils.js
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
import log from 'electron-log/renderer'

export const openInBrowser = (url, event) => {
// export const openInBrowser = (url, event) => {
export const openInBrowser = () => {
// var shell = require('shell')
// event.preventDefault()
// shell.openExternal(url)
Expand Down

0 comments on commit ab28c3c

Please sign in to comment.