mirror of
https://github.com/zed-industries/zed.git
synced 2025-01-12 13:24:19 +00:00
remove dead comment
This commit is contained in:
parent
ad31c284c7
commit
cea103e47c
1 changed files with 0 additions and 1 deletions
|
@ -237,7 +237,6 @@ impl ActivityIndicator {
|
|||
|
||||
// Show any application auto-update info.
|
||||
if let Some(updater) = &self.auto_updater {
|
||||
// let theme = &cx.global::<Settings>().theme.workspace.status_bar;
|
||||
match &updater.read(cx).status() {
|
||||
AutoUpdateStatus::Checking => (
|
||||
Some(DOWNLOAD_ICON),
|
||||
|
|
Loading…
Reference in a new issue