ProductiveBox 🐞

ProductiveBox 🐞

ProductiveBox 🐞

Des outils pour booster votre productivité

Des outils pour booster votre productivité

Des outils pour booster votre productivité

Un clic.
Une action.

Un clic.
Une action.

Et ce, depuis le coin de votre écran !

Et ce, depuis le coin de votre écran !

Participez au
développement

Participez au
développement

Participez au
développement

Rejoignez le serveur Discord.

Rejoignez le serveur

Discord.

Rejoignez le serveur Discord.

Swift

Raccourcis

1

2

3

4

5

6

7

8

9

10

11

12

1

2

3

4

5

6

7

8

9

10

11

12

import SwiftUI


@main

struct ProductiveBoxApp: App {

    var body: some Scene {

        WindowGroup {

            ContentView()

                .background(TitleBarHiddenWindow())

        }

        .windowStyle(HiddenTitleBarWindowStyle())

    }

}