| @@ -96,9 +96,9 @@ | ||
| 96 | 96 | 'title' => __( 'Agent chat', 'desktop-mode' ), |
| 97 | 97 | 'icon' => openstation_agent_run_window_icon(), |
| 98 | 98 | 'template' => 'openstation_agent_run_render_template', |
| 99 | 99 | 'script' => 'desktop-mode-agent-run', |
| 100 | - 'style' => 'desktop-mode-agent-run', | |
| 100 | + 'styles' => array( 'desktop-mode-agent-run' ), | |
| 101 | 101 | 'width' => 760, |
| 102 | 102 | 'height' => 620, |
| 103 | 103 | 'min_width' => 540, |
| 104 | 104 | 'min_height' => 380, |