🎁 Add 'win.closeFilePreview()'
This commit is contained in:
parent
ccabee764b
commit
d5a0dd39a1
7 changed files with 23 additions and 0 deletions
|
@ -381,6 +381,9 @@ void NativeWindow::PreviewFile(const std::string& path,
|
|||
const std::string& display_name) {
|
||||
}
|
||||
|
||||
void NativeWindow::CloseFilePreview() {
|
||||
}
|
||||
|
||||
void NativeWindow::RequestToClosePage() {
|
||||
bool prevent_default = false;
|
||||
FOR_EACH_OBSERVER(NativeWindowObserver,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue