mirror of
https://github.com/chylex/TweetDuck.git
synced 2025-05-18 05:34:08 +02:00
Add a GetIdleSeconds method to the bridge object
This commit is contained in:
parent
fb108ea18d
commit
f8678d2515
@ -83,6 +83,10 @@ public void FixClipboard(){
|
|||||||
form.InvokeAsyncSafe(WindowsUtils.ClipboardStripHtmlStyles);
|
form.InvokeAsyncSafe(WindowsUtils.ClipboardStripHtmlStyles);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
public int GetIdleSeconds(){
|
||||||
|
return NativeMethods.GetIdleSeconds();
|
||||||
|
}
|
||||||
|
|
||||||
public void OpenBrowser(string url){
|
public void OpenBrowser(string url){
|
||||||
BrowserUtils.OpenExternalBrowser(url);
|
BrowserUtils.OpenExternalBrowser(url);
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user