mirror of
https://github.com/AvengeMedia/DankMaterialShell.git
synced 2026-01-24 21:42:51 -05:00
screenshot: clipboard by default
This commit is contained in:
@@ -48,7 +48,7 @@ type Config struct {
|
||||
OutputDir string
|
||||
Filename string
|
||||
Clipboard bool
|
||||
Freeze bool
|
||||
SaveFile bool
|
||||
Notify bool
|
||||
Stdout bool
|
||||
}
|
||||
@@ -61,8 +61,8 @@ func DefaultConfig() Config {
|
||||
Quality: 90,
|
||||
OutputDir: "",
|
||||
Filename: "",
|
||||
Clipboard: false,
|
||||
Freeze: true,
|
||||
Clipboard: true,
|
||||
SaveFile: true,
|
||||
Notify: true,
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user