Skip to content

Commit

Permalink
Removing the "Ukraine info" message from Android sources.
Browse files Browse the repository at this point in the history
  • Loading branch information
Bertrand256 committed Apr 14, 2023
1 parent bfe6498 commit 03f3e9b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 15 deletions.
13 changes: 0 additions & 13 deletions electrum_dash/gui/kivy/main_window.py
Original file line number Diff line number Diff line change
Expand Up @@ -1093,19 +1093,6 @@ def load_wallet(self, wallet: 'Abstract_Wallet'):
self.use_change = self.wallet.use_change
self.electrum_config.save_last_wallet(wallet)
self.request_focus_for_main_view()
info_uri = 'https://my.kuna.io/en/kunaid-ukraine'
info = (f'On Feb 24th at 4AM, Russian Federation'
f' launched an all-in offensive against'
f' peacefull Ukrainian cities and citizens.'
f'\n\n'
f'Dash Electrum team lives in Ukraine and loves Ukraine.'
f' You can help our fight against Russian invasion'
f' by donating at: '
f'\n\n'
f'[color=6666ff][ref={info_uri}]{info_uri}[/ref][/color]'
f'\n\n'
f'Slava Ukraini! Heroiam Slava!')
self.show_info_dlg(info, title='Dash Electrum | Ukraine info')

def request_focus_for_main_view(self):
if platform != 'android':
Expand Down
4 changes: 2 additions & 2 deletions electrum_dash/version.py
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
import re


ELECTRUM_VERSION = '4.1.7.0' # version of the client package
APK_VERSION = '4.1.7.0' # read by buildozer.spec
ELECTRUM_VERSION = '4.1.7.1' # version of the client package
APK_VERSION = '4.1.7.1' # read by buildozer.spec

PROTOCOL_VERSION = '1.4.2' # protocol version requested

Expand Down

0 comments on commit 03f3e9b

Please sign in to comment.