Skip to content
This repository was archived by the owner on Sep 11, 2024. It is now read-only.

Commit 5d5125d

Browse files
authored
fix copyright & always show gemini
1 parent 5e5b7f8 commit 5d5125d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/components/views/dialogs/UnknownDeviceDialog.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
Copyright 2015, 2016 OpenMarket Ltd
2+
Copyright 2017 Vector Creations Ltd
33
44
Licensed under the Apache License, Version 2.0 (the "License");
55
you may not use this file except in compliance with the License.
@@ -82,7 +82,7 @@ export default React.createClass({
8282
onFinished={this.props.onFinished}
8383
title='Room contains unknown devices'
8484
>
85-
<GeminiScrollbar autoshow={true} className="mx_Dialog_content">
85+
<GeminiScrollbar autoshow={false} className="mx_Dialog_content">
8686
<h4>This room contains devices which have not been
8787
verified.</h4>
8888
<p>

0 commit comments

Comments
 (0)