mirror of
https://github.com/firstsun-dev/git-files-sync.git
synced 2026-07-22 17:20:30 +00:00
fix(ui): match Open sync status ribbon icon to the view icon
The ribbon button used 'list-checks' while the Sync Status view itself uses 'git-compare' (getIcon). Use 'git-compare' for the ribbon too so the "Open sync status" icon matches the sync status view icon. Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com> Claude-Session: https://claude.ai/code/session_01DwioG4CNKUBuKiZdowLFWe
This commit is contained in:
parent
f2037f955a
commit
9bc8ab7d08
1 changed files with 1 additions and 1 deletions
|
|
@ -24,7 +24,7 @@ export default class GitLabFilesPush extends Plugin {
|
|||
(leaf) => new SyncStatusView(leaf, this)
|
||||
);
|
||||
|
||||
this.addRibbonIcon('list-checks', 'Open sync status', async () => {
|
||||
this.addRibbonIcon('git-compare', 'Open sync status', async () => {
|
||||
await this.activateSyncStatusView();
|
||||
});
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue