Skip to content

Commit

Permalink
static modal header and footer, data area scrollable
Browse files Browse the repository at this point in the history
add fullscreen and maximized options with --window argument
beta buff manager (F5 or menu item)
  • Loading branch information
fedorovvl committed Jul 16, 2022
1 parent 123c9e3 commit 83f9480
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions client/Main.xaml.cs
Original file line number Diff line number Diff line change
Expand Up @@ -313,6 +313,8 @@ private void butt_Click_1(object sender, RoutedEventArgs e)
tsoUrl.Set("s", "http://127.0.0.1:9000/https://ubistatic-a.akamaihd.net/0018/live");
if (!string.IsNullOrEmpty(lang))
tsoUrl.Set("lang", lang);
if (cmd["window"] != null)
tsoUrl.Set("window", cmd["window"]);
string tsoArg = string.Format("tso://{0}&baseUri={1}", tsoUrl.ToString().Replace("bb=https", "bb=http").Replace(":443", ""), Servers._servers[_region].domain);
XmlDocument Doc = new XmlDocument();
XmlNamespaceManager ns = new XmlNamespaceManager(Doc.NameTable);
Expand Down
Binary file modified client/files/content.zip
Binary file not shown.

0 comments on commit 83f9480

Please sign in to comment.