feat: Finished haptic feedback support, b=(no-bug), c=common, tabs, workspaces

This commit is contained in:
mr. m
2025-05-13 13:31:03 +02:00
parent 33fff9e19b
commit f9b0f8c436
11 changed files with 50 additions and 36 deletions

View File

@@ -267,6 +267,7 @@
}
if (previousTexture !== this.currentTexture) {
this.updateCurrentWorkspace();
Services.zen.playHapticFeedback();
}
}