Skip to content

Commit

Permalink
delete comments.
Browse files Browse the repository at this point in the history
  • Loading branch information
MarcMcIntosh committed Jan 13, 2025
1 parent 850abc0 commit aa97d95
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -229,8 +229,6 @@ class SharedChatPane(val project: Project) : JPanel(), Disposable {
UISettings.getInstance().addUISettingsListener(
UISettingsListener {
ApplicationManager.getApplication().invokeLater {
println("Ui Update")
// this.browser.setStyle()
this@SharedChatPane.setLookAndFeel()
}
}, this)
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ class ChatWebView(val editor: Editor, val messageHandler: (event: Events.FromCha

fun setStyle() {
val isDarkMode = LafManager.getInstance().currentUIThemeLookAndFeel.isDark
// println("isDark: $isDarkMode")

val mode = if (isDarkMode) {
"dark"
} else {
Expand Down

0 comments on commit aa97d95

Please sign in to comment.