Make window draggable on macOS during device setup

See [#5239][0].

[0]: https://github.com/signalapp/Signal-Desktop/pull/5239
This commit is contained in:
David Sanders 2021-05-13 10:52:18 -05:00 committed by Scott Nonnenberg
parent de63d9d71f
commit 2fc3e4c698
2 changed files with 8 additions and 0 deletions

View File

@ -198,6 +198,8 @@
</script>
<script type='text/x-tmpl-mustache' id='link-flow-template'>
<div class='module-title-bar-drag-area'></div>
{{#isStep3}}
<div id='step3' class='step'>
<div class='inner'>
@ -295,6 +297,8 @@
</script>
<script type='text/x-tmpl-mustache' id='standalone'>
<div class='module-title-bar-drag-area'></div>
<div class='step'>
<div class='inner'>
<div class='step-body'>

View File

@ -209,6 +209,8 @@
</script>
<script type='text/x-tmpl-mustache' id='link-flow-template'>
<div class='module-title-bar-drag-area'></div>
{{#isStep3}}
<div id='step3' class='step'>
<div class='inner'>
@ -303,6 +305,8 @@
</script>
<script type='text/x-tmpl-mustache' id='standalone'>
<div class='module-title-bar-drag-area'></div>
<div class='step'>
<div class='inner'>
<div class='step-body'>