From b63fc6b9bd496dd83382186d95fb1530ecbfa439 Mon Sep 17 00:00:00 2001 From: Lapask Date: Fri, 28 Nov 2025 05:49:02 -0700 Subject: [PATCH] update fixed-resizable-hybrid Add custom background option and improve performance Changes: - Adds a "Tiled Custom Image" option to the background modes. - Users can now provide an absolute file path to a custom image to be used as a tiled background for the side panel gap. - Performance: Implements a background caching system for the side panel overlay. Instead of re-rendering the tiled background on every frame, the entire background is drawn to a cached image once. - This cached image is only redrawn when necessary (e.g., on window resize or config change), resolving significant FPS drops. Documentation: The README.md has been updated for clarity and additions. --- plugins/fixed-resizable-hybrid | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/plugins/fixed-resizable-hybrid b/plugins/fixed-resizable-hybrid index 3dde58e3d..af5b44ea6 100644 --- a/plugins/fixed-resizable-hybrid +++ b/plugins/fixed-resizable-hybrid @@ -1,2 +1,2 @@ repository=https://github.com/Lapask/fixed-resizable-hybrid.git -commit=5253839dbd65f0a8303be016b26acb1a744b4147 +commit=fd021c0570ab6adc667f23bf1427e690c32ddc7e