mirror of
https://github.com/Blinue/Magpie.git
synced 2026-06-24 02:04:10 +00:00
fix: 通过 hack 使 Tooltip 适应主题
This commit is contained in:
parent
5c593b8f9b
commit
2a15e224ae
7 changed files with 98 additions and 371 deletions
|
|
@ -139,7 +139,7 @@ void KeyVisual::_Update() {
|
|||
break;
|
||||
}
|
||||
|
||||
default: _keyPresenter.Content(box_value(to_hstring((VirtualKey)key))); break;
|
||||
default: _keyPresenter.Content(box_value(L"")); break;
|
||||
}
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue