mirror of
https://github.com/chylex/TweetDuck.git
synced 2025-04-14 21:15:48 +02:00
Change default avatar shape to square, rename 'Default' to 'Legacy'
This commit is contained in:
parent
fbc423e2a7
commit
756ed649e6
Resources/Plugins/edit-design
@ -14,7 +14,7 @@ enabled(){
|
||||
revertIcons: true,
|
||||
smallComposeTextSize: false,
|
||||
optimizeAnimations: true,
|
||||
avatarRadius: 10
|
||||
avatarRadius: 2
|
||||
};
|
||||
|
||||
this.firstTimeLoad = null;
|
||||
|
@ -122,7 +122,7 @@
|
||||
</div>
|
||||
<div class="td-avatar-shape-item-outer" data-td-key="avatarRadius" data-td-value="10">
|
||||
<div class="td-avatar-shape" style="border-radius:10%"></div>
|
||||
<label>Default</label>
|
||||
<label>Legacy</label>
|
||||
</div>
|
||||
<div class="td-avatar-shape-item-outer" data-td-key="avatarRadius" data-td-value="30">
|
||||
<div class="td-avatar-shape" style="border-radius:30%"></div>
|
||||
|
Loading…
Reference in New Issue
Block a user