mirror of
https://github.com/hyprwm/hyprland-plugins.git
synced 2026-05-08 11:48:01 +02:00
parent
51b8f80183
commit
8ba54e332c
1 changed files with 1 additions and 1 deletions
|
|
@ -66,7 +66,7 @@ static void hkAddDamageB(void* thisptr, const pixman_region32_t* rg) {
|
|||
|
||||
static SDispatchResult onExpoDispatcher(std::string arg) {
|
||||
|
||||
if (g_pOverview->m_isSwiping)
|
||||
if (g_pOverview && g_pOverview->m_isSwiping)
|
||||
return {.success = false, .error = "already swiping"};
|
||||
|
||||
if (arg == "select") {
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue