Skip to content

Commit

Permalink
Revert
Browse files Browse the repository at this point in the history
  • Loading branch information
danielmarschall committed May 8, 2024
1 parent 13f6fda commit fb546d1
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 3 deletions.
1 change: 0 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,4 +10,3 @@ Changes
- Removed "sad smiley" for empty peers list, since it confuses customers ([Source file: peers_view.dart](https://github.com/hickelsoft/rustdesk/blob/master/flutter/lib/common/widgets/peers_view.dart), [Commit](https://github.com/hickelsoft/rustdesk/commit/09a23f1cef26cf4cc72430bced720af3e7321aaf))
- Added "rebase" command to GitHub Desktop UI ([Source file: .gitconfig](https://github.com/hickelsoft/rustdesk/blob/master/.gitconfig))
- Disabled `secure_tcp`, because our server does not support `KeyExchange`. ([Source file: common.rs](https://github.com/hickelsoft/rustdesk/blob/master/src/common.rs))
- Incoming connection dialog has "always on top" attribute ([Source file: common.rs](https://github.com/hickelsoft/rustdesk/blob/master/flutter/lib/main.dart#L262))
2 changes: 0 additions & 2 deletions flutter/lib/main.dart
Original file line number Diff line number Diff line change
Expand Up @@ -259,7 +259,6 @@ showCmWindow({bool isStartup = false}) async {
// ensure initial window size to be changed
await windowManager.setSizeAlignment(
kConnectionManagerWindowSizeClosedChat, Alignment.topRight);
await windowManager.setAlwaysOnTop(true); // HickelSOFT Test
_isCmReadyToShow = true;
} else if (_isCmReadyToShow) {
if (await windowManager.getOpacity() != 1) {
Expand All @@ -268,7 +267,6 @@ showCmWindow({bool isStartup = false}) async {
await windowManager.minimize(); //needed
await windowManager.setSizeAlignment(
kConnectionManagerWindowSizeClosedChat, Alignment.topRight);
await windowManager.setAlwaysOnTop(true); // HickelSOFT Test
windowOnTop(null);
}
}
Expand Down

0 comments on commit fb546d1

Please sign in to comment.