Rebrand Warp to Galaxy v1.1.0
- Rename all UI-facing "Warp" references to "Galaxy" - Rename "Warpify" to "Wormhole" throughout the UI - Replace app icons with 5 new Galaxy-branded variants - Update About page to show selected app icon dynamically - Rephrase Privacy page for Bedrock context - Remove "Fallback to Warp server" toggle from Bedrock settings - Widen model selector dropdowns in profile editor (480px) - Update TERM_PROGRAM to "GalaxyTerminal" - Bump version to 1.1.0 Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
This commit is contained in:
co-authored by
Claude Opus 4.6
parent
99159184cb
commit
ccc67e6a33
@@ -224,9 +224,9 @@ impl AppearanceManager {
|
||||
// revert to the icon we started up with. We therefore need to use an in-memory
|
||||
// override to display the default icon. This has the drawback of _not_ inheriting the
|
||||
// preferred icon style, but that icon style _will_ apply on next app restart.
|
||||
if icon == AppIcon::Default
|
||||
if icon == AppIcon::Galaxy
|
||||
&& ChannelState::channel() != Channel::Local
|
||||
&& self.app_icon_at_startup == AppIcon::Default
|
||||
&& self.app_icon_at_startup == AppIcon::Galaxy
|
||||
{
|
||||
log::debug!("User has default icon selected, resetting to bundle default");
|
||||
// Reset to nil to use the bundle's default icon
|
||||
|
||||
Reference in New Issue
Block a user