mirror of
https://github.com/wavetermdev/wails.git
synced 2026-08-05 13:53:43 -07:00
More docs.
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
# Status
|
||||
|
||||
Status of features in v3.
|
||||
Status of features in v3.
|
||||
|
||||
!!! note
|
||||
|
||||
@@ -11,7 +11,6 @@ Status of features in v3.
|
||||
|
||||
- Linux is not yet up to feature parity with Windows/Mac
|
||||
|
||||
|
||||
## Application
|
||||
|
||||
Application interface methods
|
||||
@@ -349,19 +348,19 @@ TODO:
|
||||
|
||||
## Windows Specific
|
||||
|
||||
- [ ] Translucency
|
||||
- [x] Translucency
|
||||
- [x] Custom Themes
|
||||
|
||||
### Windows Options
|
||||
|
||||
| Feature | Default | Notes |
|
||||
|-----------------------------------|---------|---------------------------------------------|
|
||||
| BackdropType | | |
|
||||
| DisableIcon | | |
|
||||
| Theme | | |
|
||||
| CustomTheme | | |
|
||||
| DisableFramelessWindowDecorations | | |
|
||||
| WindowMask | nil | Makes the window the contents of the bitmap |
|
||||
| Feature | Default | Notes |
|
||||
|-----------------------------------|---------------|---------------------------------------------|
|
||||
| BackdropType | Solid | |
|
||||
| DisableIcon | false | |
|
||||
| Theme | SystemDefault | |
|
||||
| CustomTheme | nil | |
|
||||
| DisableFramelessWindowDecorations | false | |
|
||||
| WindowMask | nil | Makes the window the contents of the bitmap |
|
||||
|
||||
## Linux Specific
|
||||
|
||||
|
||||
@@ -7,7 +7,7 @@
|
||||
--md-primary-fg-color: #2a2a2a;
|
||||
--md-default-bg-color: #191919;
|
||||
--md-footer-bg-color--dark: #2a2a2a;
|
||||
--md-default-fg-color: #cccccc;
|
||||
--md-default-fg-color: #e0e0e0;
|
||||
}
|
||||
|
||||
.md-header__button.md-logo img, .md-header__button.md-logo svg {
|
||||
@@ -15,4 +15,8 @@
|
||||
display: block;
|
||||
height: 2rem;
|
||||
width: auto;
|
||||
}
|
||||
}
|
||||
|
||||
.md-typeset {
|
||||
font-weight: 100;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user