mirror of
https://gitea.wildfiregames.com/0ad/0ad.git
synced 2026-06-21 03:06:29 +00:00
Hide icon for matches without password
This should help with better visual experience.
Icon introduced in c2155e31c0.
Differential revision: D3939
Fixes: #6153
This was SVN commit r25409.
This commit is contained in:
@@ -154,7 +154,7 @@ class Game
|
||||
Engine.ProfileStop();
|
||||
}
|
||||
|
||||
displayData.private = newStanza.hasPassword ? '[icon="icon_private"]' : '[icon="icon_public"]';
|
||||
displayData.private = newStanza.hasPassword ? '[icon="icon_private"]' : '';
|
||||
|
||||
this.stanza = newStanza;
|
||||
this.sortValue = this.sortValues[sortKey];
|
||||
|
||||
Reference in New Issue
Block a user