mirror of
https://github.com/AvengeMedia/DankMaterialShell.git
synced 2025-12-06 05:25:41 -05:00
- Add printers - Delete printers - Use polkit APIs as fallback on auth errors - Fix ref system to conditionally subscribe to cups when wanted
7 lines
87 B
Go
7 lines
87 B
Go
package config
|
|
|
|
import _ "embed"
|
|
|
|
//go:embed embedded/testpage.pdf
|
|
var TestPage string
|