Skip to content

Commit 1cf7db6

Browse files
committed
Updated workflow and host editor
1 parent 3b0eeb5 commit 1cf7db6

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

.github/workflows/macos-dmg.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -92,6 +92,8 @@ jobs:
9292
<string>1.0.0</string>
9393
<key>CFBundlePackageType</key>
9494
<string>APPL</string>
95+
<key>CFBundleSignature</key>
96+
<string>SSHS</string>
9597
</dict>
9698
</plist>
9799
PLIST

src/ui/host_editor.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -133,7 +133,6 @@ def set_app(self, app):
133133
self.app = app
134134

135135
def _wire_global_buttons(self):
136-
# Deprecated: kept for compatibility; no-op with Adw.Banner
137136
self._wired_global_buttons = True
138137
return False
139138

0 commit comments

Comments
 (0)