- UI updated, now allow copy and paste file in Linux - Too hard to implement graceful shutdown for rustdesk, just clear previously mounted FUSE should also works Signed-off-by: ClSlaid <cailue@bupt.edu.cn>
22 lines
437 B
HTML
22 lines
437 B
HTML
<html>
|
|
<head>
|
|
<style>
|
|
@import url(common.css);
|
|
@import url(cm.css);
|
|
</style>
|
|
<script type="text/tiscript">
|
|
include "common.tis";
|
|
include "cm.tis";
|
|
</script>
|
|
</head>
|
|
<header>
|
|
<div.window-icon role="window-icon"><icon /></div>
|
|
<caption role="window-caption" />
|
|
<div.border-bottom />
|
|
<div.window-toolbar />
|
|
<div.window-buttons />
|
|
</header>
|
|
<body #handler>
|
|
</body>
|
|
</html>
|