mirror of
https://github.com/xpipe-io/xpipe.git
synced 2024-11-22 07:30:24 +00:00
Small fixes [stage]
This commit is contained in:
parent
347ce98bef
commit
82030109dc
2 changed files with 5 additions and 1 deletions
|
@ -36,7 +36,7 @@ externalStartupBehaviour=External startup behaviour
|
|||
externalStartupBehaviourDescription=Controls the behavior of the desktop application when XPipe is started from for example the CLI or an API.
|
||||
clearCachesAlertTitle=Clean Cache
|
||||
clearCachesAlertTitleHeader=Do you want to clean all XPipe caches?
|
||||
clearCachesAlertTitleContent=Note that this will delete all the data that is stored to improve the user experience, for example file usage histories.
|
||||
clearCachesAlertTitleContent=Note that this will delete all the data that is stored to improve the user experience.
|
||||
startGui=Start GUI
|
||||
startInTray=Start in tray
|
||||
startInBackground=Start in background
|
||||
|
|
|
@ -40,6 +40,10 @@
|
|||
-fx-border-radius: 4px;
|
||||
}
|
||||
|
||||
.multi-step-comp {
|
||||
-fx-background-color: -color-bg-default;
|
||||
}
|
||||
|
||||
.multi-step-comp .entry:completed .circle {
|
||||
-fx-background-color: #0B9F9B;
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue