mirror of
https://github.com/amir1376/ab-download-manager.git
synced 2025-02-20 11:43:24 +08:00
use tray:windows dependency for windows
This commit is contained in:
parent
53ff9154f8
commit
b7344bfedd
@ -65,8 +65,7 @@ dependencies {
|
||||
|
||||
implementation(project(":desktop:tray:common"))
|
||||
if (Platform.getCurrentPlatform() == Platform.Desktop.Windows) {
|
||||
implementation(project(":desktop:tray:linux"))
|
||||
// implementation(project(":desktop:tray:windows"))
|
||||
implementation(project(":desktop:tray:windows"))
|
||||
} else {
|
||||
implementation(project(":desktop:tray:linux"))
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user