mirror of
https://github.com/MCV-Software/TWBlue.git
synced 2025-04-06 03:42:29 -04:00
Remove some platform independent code for a while
This commit is contained in:
parent
fcb2ce119b
commit
c6865a7742
@ -225,8 +225,7 @@ class Controller(object):
|
|||||||
self.current_account = ""
|
self.current_account = ""
|
||||||
self.view.prepare()
|
self.view.prepare()
|
||||||
self.bind_other_events()
|
self.bind_other_events()
|
||||||
if system == "Windows":
|
self.set_systray_icon()
|
||||||
self.set_systray_icon()
|
|
||||||
|
|
||||||
def check_invisible_at_startup(self):
|
def check_invisible_at_startup(self):
|
||||||
# Visibility check. It does only work for windows.
|
# Visibility check. It does only work for windows.
|
||||||
@ -641,11 +640,10 @@ class Controller(object):
|
|||||||
sessions.sessions[item].sound.cleaner.cancel()
|
sessions.sessions[item].sound.cleaner.cancel()
|
||||||
log.debug("Saving database for " + sessions.sessions[item].session_id)
|
log.debug("Saving database for " + sessions.sessions[item].session_id)
|
||||||
sessions.sessions[item].save_persistent_data()
|
sessions.sessions[item].save_persistent_data()
|
||||||
if system == "Windows":
|
self.systrayIcon.RemoveIcon()
|
||||||
self.systrayIcon.RemoveIcon()
|
pidpath = os.path.join(os.getenv("temp"), "{}.pid".format(application.name))
|
||||||
pidpath = os.path.join(os.getenv("temp"), "{}.pid".format(application.name))
|
if os.path.exists(pidpath):
|
||||||
if os.path.exists(pidpath):
|
os.remove(pidpath)
|
||||||
os.remove(pidpath)
|
|
||||||
if hasattr(self, "streams_checker_function"):
|
if hasattr(self, "streams_checker_function"):
|
||||||
log.debug("Stopping stream checker...")
|
log.debug("Stopping stream checker...")
|
||||||
self.streams_checker_function.cancel()
|
self.streams_checker_function.cancel()
|
||||||
|
Loading…
x
Reference in New Issue
Block a user