Skip to content
This repository has been archived by the owner on Jul 27, 2024. It is now read-only.

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
randomuser691337 committed May 11, 2024
2 parents 4042370 + 66463d1 commit 0e90210
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion libraries/foxywm.js
Original file line number Diff line number Diff line change
Expand Up @@ -98,7 +98,6 @@ export default function fwmInit() {
},
default: function def(id) {
if (defaults[id].hasOwnProperty("appContentID")) {
alert("appcontentid exists")
wm.windows.new("", defaults[id].title, id, true, defaults[id].appContentID);

} else {
Expand Down

0 comments on commit 0e90210

Please sign in to comment.