|
19 | 19 | ;saveAsFileExtension=.png |
20 | 20 | ; |
21 | 21 | ;; UI language (auto = detected system language) |
22 | | -; uiLanguage=auto |
| 22 | +;uiLanguage=auto |
23 | 23 | ; |
24 | 24 | ;; Main UI color |
25 | 25 | ;; Color is any valid hex code or W3C color name |
|
54 | 54 | ;; Whether the tray icon is disabled (bool) |
55 | 55 | ;disabledTrayIcon=false |
56 | 56 | ; |
57 | | -;; Use grim-based wayland universal screenshot adapter |
| 57 | +;; Use grim-based wayland universal screenshot adapter (bool) |
58 | 58 | ;useGrimAdapter=false |
59 | 59 | ; |
60 | | -;; Disable Grim Warning notification |
| 60 | +;; Disable Grim Warning notification (bool) |
61 | 61 | ;disabledGrimWarning=true |
62 | 62 | ; |
63 | | -;; Automatically close daemon when it's not needed (not available on Windows) |
| 63 | +;; Automatically close daemon when it's not needed (bool) |
| 64 | +;; (This option is not available on Windows) |
64 | 65 | ;autoCloseIdleDaemon=false |
65 | 66 | ; |
66 | | -;; Allow multiple instances of `flameshot gui` to run at the same time |
| 67 | +;; Allow multiple instances of `flameshot gui` to run at the same time (bool) |
67 | 68 | ;allowMultipleGuiInstances=false |
68 | 69 | ; |
69 | 70 | ;; Last used tool thickness; same thickness shared by Pencil, Line, Arrow, Rectangular Selection, Circle (int) |
|
102 | 103 | ;; Copy path to image after save (bool) |
103 | 104 | ;copyPathAfterSave=false |
104 | 105 | ; |
105 | | -;; On successful upload, close the dialog and copy URL to clipboard. |
| 106 | +;; On successful upload, close the dialog and copy URL to clipboard (bool) |
106 | 107 | ;copyAndCloseAfterUpload=true |
107 | 108 | ; |
108 | 109 | ;; Anti-aliasing image when zoom the pinned image (bool) |
109 | 110 | ;antialiasingPinZoom=true |
110 | 111 | ; |
111 | 112 | ;; Use JPG format instead of PNG (bool) |
| 113 | +;; (This option is not available on Windows) |
112 | 114 | ;useJpgForClipboard=false |
113 | 115 | ; |
114 | 116 | ;; Upload to imgur without confirmation (bool) |
115 | 117 | ;uploadWithoutConfirmation=false |
116 | 118 | ; |
117 | | -;; Use larger color palette as the default one |
118 | | -; predefinedColorPaletteLarge=false |
| 119 | +;; Use larger color palette as the default one (bool) |
| 120 | +;predefinedColorPaletteLarge=false |
119 | 121 | ; |
120 | 122 | ;; Set JPEG Quality (int in range 0-100) |
121 | | -; jpegQuality=75 |
| 123 | +;jpegQuality=75 |
122 | 124 | ; |
123 | 125 | ;; Shortcut Settings for all tools |
124 | 126 | ;[Shortcuts] |
|
0 commit comments