Skip to content

Commit

Permalink
Comment out setting tiny window icon in class.winbinder.php to prev…
Browse files Browse the repository at this point in the history
…ent occasional errors
  • Loading branch information
N6REJ committed Sep 15, 2024
1 parent 294ff29 commit f9ad2ed
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion core/classes/class.winbinder.php
Original file line number Diff line number Diff line change
Expand Up @@ -915,7 +915,7 @@ public function messageBox($message, $type, $title = null)

// TODO why does this create an error sometimes.
// Set tiny window icon
$this->setImage( $messageBox, $bearsamppCore->getIconsPath() . '/app.ico' );
//$this->setImage( $messageBox, $bearsamppCore->getIconsPath() . '/app.ico' );

return $messageBox;
}
Expand Down

0 comments on commit f9ad2ed

Please sign in to comment.