mirror of
https://github.com/DYefremov/DemonEditor.git
synced 2026-07-12 23:02:46 +02:00
clean
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
from app.commons import run_idle, run_task
|
||||
from app.commons import run_idle
|
||||
from app.ftp import download_data, DownloadDataType, upload_data
|
||||
from app.properties import Profile
|
||||
from .uicommons import Gtk, UI_RESOURCES_PATH, TEXT_DOMAIN
|
||||
@@ -39,7 +39,6 @@ class DownloadDialog:
|
||||
self._webtv_radio_button = builder.get_object("webtv_radio_button")
|
||||
if profile is Profile.NEUTRINO_MP:
|
||||
self._webtv_radio_button.set_visible(True)
|
||||
# self._dialog.get_content_area().set_border_width(0)
|
||||
|
||||
@run_idle
|
||||
def on_receive(self, item):
|
||||
|
||||
Reference in New Issue
Block a user