From 501db5258d45a938a4f3da426904cfeaf08beee0 Mon Sep 17 00:00:00 2001 From: boxgaming <75969133+boxgaming@users.noreply.github.com> Date: Mon, 2 May 2022 16:31:47 -0500 Subject: [PATCH] fullscreen fix --- qb.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/qb.js b/qb.js index dd970ad..ffa8aa6 100644 --- a/qb.js +++ b/qb.js @@ -208,7 +208,7 @@ var QB = new function() { }; this.func__FullScreen = function() { - return GX.fullScreen() ? 2 : -1; + return GX.fullScreen() ? 2 : 0; }; this.sub__FullScreen = function(mode, smooth) {