fix(ui): window title Ch∆In Studio (was F∆I); de-dup federation add-satellite

- linux/macOS window chrome read 'F∆I Studio' (rename leftover) → 'Ch∆In Studio'.
- The federation page showed 'Add satellite' twice when empty (FAB + empty-state
  button); drop the empty-state button, the FAB carries the action.

Signed-off-by: flemming-it <stefan.a.flemming@googlemail.com>
This commit is contained in:
flemming-it 2026-06-18 12:53:35 +02:00
parent a8feb159ce
commit ee4a0f6c62
4 changed files with 9 additions and 11 deletions

View file

@ -13,9 +13,9 @@
<key>CFBundleInfoDictionaryVersion</key>
<string>6.0</string>
<key>CFBundleName</key>
<string>F∆I Studio</string>
<string>Ch∆In Studio</string>
<key>CFBundleDisplayName</key>
<string>F∆I Studio</string>
<string>Ch∆In Studio</string>
<key>CFBundlePackageType</key>
<string>APPL</string>
<key>CFBundleShortVersionString</key>

View file

@ -7,9 +7,9 @@ class MainFlutterWindow: NSWindow {
self.contentViewController = flutterViewController
// Override the window title so the OS task switcher and
// window chrome read "FI Studio" instead of the
// window chrome read "ChIn Studio" instead of the
// pubspec-derived "chain_studio".
self.title = "F∆I Studio"
self.title = "Ch∆In Studio"
// Pick a comfortable default window size. 1440x900 is the
// effective Retina resolution of a 13" MacBook (Stefan's