mirror of
https://github.com/microsoft/vscode.git
synced 2026-08-28 05:37:48 +01:00
Use text instead of icon for moved code compare button
This commit is contained in:
committed by
Henning Dieterichs
parent
ee8edc4dc9
commit
9e2cd07952
@@ -325,6 +325,7 @@ class MovedBlockOverlayWidget extends ViewZoneOverlayWidget {
|
||||
const isActive = this._diffModel.movedTextToCompare.read(reader) === _move;
|
||||
actionCompare.checked = isActive;
|
||||
}));
|
||||
actionBar.push(actionCompare, { icon: true, label: false });
|
||||
|
||||
actionBar.push(actionCompare, { icon: false, label: true });
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user