mirror of
https://github.com/MrUnknownDE/VRCX.git
synced 2026-04-18 22:33:50 +02:00
Revert "migrate to wpf"
This reverts commit 97a4dbf4d3.
# Conflicts:
# MainWindow.xaml.cs
# html/src/index.pug
This commit is contained in:
@@ -3524,18 +3524,6 @@ speechSynthesis.getVoices();
|
||||
}
|
||||
};
|
||||
|
||||
$app.methods.minimizeWindow = function () {
|
||||
AppApi.MinimizeMainWindow();
|
||||
};
|
||||
|
||||
$app.methods.toggleMaximizeWindow = function () {
|
||||
AppApi.ToggleMaximizeMainWindow();
|
||||
};
|
||||
|
||||
$app.methods.closeWindow = function () {
|
||||
AppApi.CloseMainWindow();
|
||||
};
|
||||
|
||||
$app.methods.openExternalLink = function (link) {
|
||||
this.$confirm(`${link}`, 'Open External Link', {
|
||||
confirmButtonText: 'Confirm',
|
||||
|
||||
Reference in New Issue
Block a user