From 5998bbd8f18660d8b20efe6144478a210e36e2e2 Mon Sep 17 00:00:00 2001 From: Lucas Emanuel Resck <41991486+lucasresck@users.noreply.github.com> Date: Sat, 27 Aug 2022 01:22:14 -0300 Subject: [PATCH] Update extension description --- README.md | 2 +- metadata.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index df37727..6897929 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@ # GNOME Shell Extension Alt+Tab Scroll Workaround -> Temporary fix for a bug that buffers the scroll between different windows (e.g., Chrome and VS Code) +> Temporary fix for a bug that buffers the scroll between different windows (e.g., Chrome and VS Code). The bug: - https://github.com/Microsoft/vscode/issues/28795 diff --git a/metadata.json b/metadata.json index bec3897..b8e9d77 100644 --- a/metadata.json +++ b/metadata.json @@ -1,7 +1,7 @@ { "uuid": "alt-tab-scroll-workaround@lucasresck.github.io", "name": "Alt+Tab Scroll Workaround", - "description": "Temporary fix for a bug that buffers the scroll between different windows (e.g., Chrome and VS Code)", + "description": "Temporary fix for a bug that buffers the scroll between different windows (e.g., Chrome and VS Code).", "version": 1, "shell-version": [ "42" ], "url": "https://github.com/lucasresck/gnome-shell-extension-alt-tab-scroll-workaround"