mirror of
https://github.com/terrymacdonald/DisplayMagician.git
synced 2024-08-30 18:32:20 +00:00
9e1ef4a095
Installer works, but there are a few issues with it. - It doesn't register the DesktopBackground COM server - It doesn't create a start menu shortcut with the AUMID - It doesn't check for .Net Framework 4.8 or later - It doesn't try to install .Net Framework 4.8 or later if not there - It doesn't have any customised backgrounds... - It doesn't ask to run DisplayMagician when install is finished
9 lines
154 B
C#
9 lines
154 B
C#
namespace DisplayMagicianShared
|
|
{
|
|
public enum PixelShift
|
|
{
|
|
NoPixelShift,
|
|
TopLeft2X2Pixels,
|
|
BottomRight2X2Pixels
|
|
}
|
|
} |