mirror of
https://github.com/servo/servo.git
synced 2025-08-06 14:10:11 +01:00
Allow passing args to UWP app from command line
This commit is contained in:
parent
0feb16fe8d
commit
7737610870
9 changed files with 34 additions and 23 deletions
|
@ -67,6 +67,8 @@ void BrowserPage::SetTransientMode(bool transient) {
|
|||
: Visibility::Visible);
|
||||
}
|
||||
|
||||
void BrowserPage::SetArgs(hstring args) { servoControl().SetArgs(args); }
|
||||
|
||||
void BrowserPage::Shutdown() { servoControl().Shutdown(); }
|
||||
|
||||
/**** USER INTERACTIONS WITH UI ****/
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue