mirror of
https://github.com/xpipe-io/xpipe.git
synced 2026-09-24 09:25:36 +00:00
Netbird rework
This commit is contained in:
@@ -81,7 +81,10 @@ public class WorkspaceCreationDialog {
|
||||
exec, "open -d \"" + path.get() + "\" --accept-eula", shortcutName);
|
||||
}
|
||||
};
|
||||
|
||||
// This is an async action, so sleep
|
||||
DesktopHelper.browseFileInDirectory(file);
|
||||
ThreadHelper.sleep(1000);
|
||||
AppOperationMode.close();
|
||||
} catch (Exception e) {
|
||||
ErrorEventFactory.fromThrowable(e).handle();
|
||||
|
||||
@@ -76,7 +76,7 @@ public abstract class StorageElement {
|
||||
var changed = expanded != this.expanded;
|
||||
this.expanded = expanded;
|
||||
if (changed) {
|
||||
notifyUpdate(false, true);
|
||||
notifyUpdate(false, false);
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Generated
+9
@@ -1687,3 +1687,12 @@ rdpAskpassPassword=Password for user $USER$
|
||||
inPlaceKey=In-place key
|
||||
inPlaceKeyText=Private key content
|
||||
inPlaceKeyTextDescription=The private key contents
|
||||
netbirdSelfhosted=Self-hosted netbird instance
|
||||
netbirdSelfhostedDescription=Provide a custom URL instead of using the cloud-hosted version
|
||||
netbirdManagementUrl=Netbird management URL
|
||||
netbirdManagementUrlDescription=The management URL of your self-hosted instance
|
||||
netbirdSetupKey=Setup key
|
||||
netbirdSetupKeyDescription=If you are using setup keys, you can use one for login
|
||||
netbirdLogin=Netbird login
|
||||
addProfile=Add profile
|
||||
netbirdProfileNameAsktext=Name of new netbird profile
|
||||
|
||||
Reference in New Issue
Block a user