mirror of
https://github.com/discourse/discourse.git
synced 2025-05-24 03:36:18 +08:00
icons deprecations fixes (#6920)
This commit is contained in:
@ -369,7 +369,7 @@ class PluginApi {
|
||||
* api.addToolbarPopupMenuOptionsCallback(() => {
|
||||
* return {
|
||||
* action: 'toggleWhisper',
|
||||
* icon: 'eye-slash',
|
||||
* icon: 'far-eye-slash',
|
||||
* label: 'composer.toggle_whisper',
|
||||
* condition: "canWhisper"
|
||||
* };
|
||||
|
Reference in New Issue
Block a user