chore: Update alpha.yml workflow to consistently use the use-warp-build input

This commit is contained in:
Mauro Balades
2024-07-24 23:32:05 +02:00
parent eba7459acf
commit e5eba4496f
10 changed files with 687 additions and 11 deletions

View File

@@ -38,7 +38,6 @@ var ZenThemeModifier = {
},
listenForEvents() {
addEventListener("LightweightTheme:Set", this);
Services.prefs.addObserver(kZenThemeAccentColorPref, this.handleEvent.bind(this));
},