mirror of
https://github.com/chylex/TweetDuck.git
synced 2024-11-25 23:42:46 +01:00
Compare commits
No commits in common. "9a6394d0793205a6ec6007b2357ed9eccc6a1427" and "d406866a0291017de66f2f6dd9833d7df955cf49" have entirely different histories.
9a6394d079
...
d406866a02
@ -6,6 +6,6 @@
|
||||
|
||||
namespace TweetDuck {
|
||||
internal static class Version {
|
||||
public const string Tag = "1.25.3";
|
||||
public const string Tag = "1.25.2";
|
||||
}
|
||||
}
|
||||
|
@ -59,15 +59,11 @@ private void OnLoadError(object? sender, LoadErrorEventArgs e) {
|
||||
}
|
||||
|
||||
private void OnFrameLoadStart(object? sender, FrameLoadStartEventArgs e) {
|
||||
if (!string.IsNullOrEmpty(e.Url)) {
|
||||
base.OnFrameLoadStart(e.Url, e.Frame);
|
||||
}
|
||||
}
|
||||
|
||||
private void OnFrameLoadEnd(object? sender, FrameLoadEndEventArgs e) {
|
||||
if (!string.IsNullOrEmpty(e.Url)) {
|
||||
base.OnFrameLoadEnd(e.Url, e.Frame);
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user