fix: 通过 hack 使 Tooltip 适应主题

This commit is contained in:
刘旭 2022-07-07 20:35:28 +08:00
commit 2a15e224ae
7 changed files with 98 additions and 371 deletions

View file

@ -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;
}
}