Skip to content

Commit

Permalink
remove PDF warning
Browse files Browse the repository at this point in the history
  • Loading branch information
ProgrammerIn-wonderland committed Dec 25, 2023
1 parent bc7ed06 commit 36e3e4e
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion apps/libfileview.app/fileHandler.js
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,6 @@ function openFile (path) {
}

function openPDF(path) {
alert('Holy shit why are you trying to view a pdf...')
fs.readFile(path, function(err, data) {
let fileView = AliceWM.create("PDF File")
fileView.content.style.overflow = 'auto'
Expand Down

0 comments on commit 36e3e4e

Please sign in to comment.