mirror of
https://github.com/YGGverse/Yoda.git
synced 2026-04-01 00:55:28 +00:00
remove deprecated setMono method
This commit is contained in:
parent
5c2aeec8cc
commit
a57e83159b
1 changed files with 0 additions and 11 deletions
|
|
@ -97,17 +97,6 @@ class Data
|
|||
public function setPlain(
|
||||
string $value
|
||||
): void
|
||||
{
|
||||
$this->gtk->set_text(
|
||||
$value
|
||||
);
|
||||
|
||||
$this->raw = $value;
|
||||
}
|
||||
|
||||
public function setMono(
|
||||
string $value
|
||||
): void
|
||||
{
|
||||
$this->gtk->set_markup(
|
||||
sprintf(
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue